deploy.sh: fix path to update script
This commit is contained in:
parent
c41c9da24c
commit
a093afd23a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue