Skip to content

Commit

Permalink
Merge branch 'fix-travis-pr-logic' into release-1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petong committed Jan 25, 2019
2 parents 1910673 + 6ebfb8c commit 4634006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/electron-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi
echo "running post_build.py"
echo "travis branch: $TRAVIS_BRANCH"
echo "PR #: $TRAVIS_PULL_REQUEST"
if ! [ $TRAVIS_PULL_REQUEST ]; then
if ! [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
which python
python scripts/post_build.py
cat dist/*.sha256
Expand Down

0 comments on commit 4634006

Please sign in to comment.