Skip to content

Commit

Permalink
Fixed the Travis deploy script looking for Pi 4 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyas committed Jul 11, 2019
1 parent 38e852c commit a1f400c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/travis_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi

STAGING_REPO=https://github.com/mmatyas/pegasus-deploy-staging.git
GIT_REV=$(git describe --always)
TARGETS='x11-static rpi1-static rpi2-static rpi3-static rpi4-static macos-static'
TARGETS='x11-static rpi1-static rpi2-static rpi3-static macos-static'
EXPECTED_FILE_CNT=$(echo $TARGETS | wc -w) # regular releases
((EXPECTED_FILE_CNT++)) # + 1 deb

Expand Down

0 comments on commit a1f400c

Please sign in to comment.