mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-01 11:28:20 +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;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$TRAVIS_PULL_REQUEST" != "false"]; then
|
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||||||
echo "not triggering from pull requests"
|
echo "not triggering from pull requests"
|
||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user