We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311921a commit f63b63dCopy full SHA for f63b63d
heroku_ci.sh
@@ -34,7 +34,7 @@ if [ "$HEROKU_TEST_RUN_BRANCH" != "master" ] &&\
34
pr=`python scripts/has_open_pr.py "$HEROKU_TEST_RUN_BRANCH"`
35
git log -n 1 | grep '\[run CumulusCI-Test\]' > /dev/null
36
exit_status=$?
37
- if [ "$pr" == ""] && [ "$exit_status" != "0"]; then
+ if [ "$pr" == "" ] && [ "$exit_status" != "0"]; then
38
# If there is not an open PR, don't run the CumulusCI-Test flows
39
coveralls
40
exit $failed
0 commit comments