From e2d608c5dac120c183f4b14ee2f2f8770856db82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Br=C3=A4utigam?= Date: Sun, 29 Oct 2017 16:08:11 +0100 Subject: [PATCH] try another change detection for client changes to trigger the nightly builds --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 87e91c14bef..3a3a4720a35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,8 +56,7 @@ script: - if [ "$CV_BUILD" == "docs" ]; then utils/travis/deploy.sh; fi before_deploy: - grunt release-cv -- git log --pretty=format: --name-only --since="2 days ago" client/ | sort | uniq -- CLIENT_CHANGES=`git log --pretty=format: --name-only --since="2 days ago" client/ | sort | uniq | wc -l` +- "CLIENT_CHANGES=`git log --pretty=format: --name-only --since=\"2 days ago\" ${TRAVIS_BUILD_DIR}/client/ | sort | uniq | wc -l`" - echo "$CLIENT_CHANGES client changes" - if [ $CLIENT_CHANGES -gt 0 ]; then grunt release-client; fi deploy: