deploy.sh: fix path to update script

This commit is contained in:
Jörg Thalheim 2018-06-29 12:51:49 +01:00
parent c41c9da24c
commit a093afd23a

View file

@ -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