mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix another bug in uploading script
This commit is contained in:
parent
0e2d9baf39
commit
c9d92ea6eb
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ set -ex
|
||||||
|
|
||||||
GIT_COMMIT_PATH="$(dirname $0)/../.hypothesis/examples"
|
GIT_COMMIT_PATH="$(dirname $0)/../.hypothesis/examples"
|
||||||
|
|
||||||
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
|
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||||||
echo "Not building on pull request."
|
echo "Not building on pull request."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue