mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
travis: fix bash syntax bug in trigger-travis.sh
This commit is contained in:
parent
76fea5afc4
commit
b156ec9757
@ -12,7 +12,7 @@ if [ "$TRAVIS_REPO_SLUG" != "$SOURCE" ]; then
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
if [ "$TRAVIS_PULL_REQUEST" != "false"]; then
|
||||
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||||
echo "not triggering from pull requests"
|
||||
exit 0;
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user