From a093afd23aa6774b68bb6384e47242f021ab1b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 29 Jun 2018 12:51:49 +0100 Subject: [PATCH] deploy.sh: fix path to update script --- ci/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/deploy.sh b/ci/deploy.sh index 751c19e47..fec10ae05 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -7,12 +7,12 @@ if [[ "$TRAVIS_PULL_REQUEST" != "false" ]] || \ [[ "$TRAVIS_BRANCH" != master ]] && \ [[ "$TRAVIS_BRANCH" != "$(cat .version)" ]]; then echo "Skipping deploy; just doing a build." - python ./bin/update.py + python ./nur/update.py nix-build exit 0 fi -python ./bin/update.py +python ./nur/update.py nix-build if [ "$TRAVIS_BRANCH" = master ]; then