Skip to content

Commit

Permalink
Add to exit forked builds without error
Browse files Browse the repository at this point in the history
  • Loading branch information
tiembo authored and florina-muntenescu committed Jul 31, 2018
1 parent 089dcd3 commit f461d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ftl_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# skip Firebase Test Lab steps in this case.
if [ -z "$IS_MAIN_PLAID_REPO" ]; then
echo "Running build on a forked repository - skipping FTL tests."
# exit 0
exit 0
fi

# Check if service key environment variable is set; exit if not
Expand Down

0 comments on commit f461d4e

Please sign in to comment.