summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-08-29 19:47:09 -0400
committerJason Wray <jason@mapbox.com>2018-08-29 20:35:34 -0400
commit2fbea37161fd14638ac928108e8199a9f45b9f9f (patch)
tree16a69289d1dceffd297ec92ded2f35072f9a109a
parentbdf541227c2daef5a7f1d865c3ef03cb4860a2ee (diff)
downloadqtlocation-mapboxgl-upstream/fb-skip-firebase.tar.gz
Swallow exit codeupstream/fb-skip-firebase
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index c1f7c5507e..a86bd24101 100644
--- a/circle.yml
+++ b/circle.yml
@@ -422,7 +422,7 @@ jobs:
- run:
name: Check if Firebase should be skipped
command: |
- SKIPPABLE_TAG=$( git log -1 | grep -ioE -e "\[(skip.firebase|firebase.skip)\]" -e "\[((i|mac)os)+(, (i|mac)os)?\]" -e "\[darwin\]" | cat )
+ SKIPPABLE_TAG=$( git log -1 | grep -ioE -e "\[(skip.firebase|firebase.skip)\]" -e "\[((i|mac)os)+(, (i|mac)os)?\]" -e "\[darwin\]" || true )
if [ -n "${SKIPPABLE_TAG}" ]; then
echo "Skipping Firebase tests because commit message contained: '${SKIPPABLE_TAG}'"
echo 'export SKIP_FIREBASE=1' >> $BASH_ENV