summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-08-29 19:02:01 -0400
committerJason Wray <jason@mapbox.com>2018-08-29 19:02:01 -0400
commitc89e432fa253e733f500e0810ca44dcd5e2de21b (patch)
treebbc72d8833d763446fa557858f9a11175f586f2b
parentbe607245e73685e4a1ff6d459953d3375819a9f1 (diff)
downloadqtlocation-mapboxgl-c89e432fa253e733f500e0810ca44dcd5e2de21b.tar.gz
[darwin] Add darwin to firebase skip list
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index a4f3949013..84a116a89d 100644
--- a/circle.yml
+++ b/circle.yml
@@ -422,7 +422,7 @@ jobs:
- run:
name: Check if Firebase should be skipped
command: |
- SHOULD_SKIP=$( git log -1 | grep -i -E -e "\[(skip.firebase|firebase.skip)\]" -e "\[((i|mac)os)+(, (i|mac)os)?\]" )
+ SHOULD_SKIP=$( git log -1 | grep -i -E -e "\[(skip.firebase|firebase.skip)\]" -e "\[((i|mac)os)+(, (i|mac)os)?\]" -e "\[darwin\]" )
if [ -n "${SHOULD_SKIP}" ]; then
echo "Skipping Firebase tests."
echo 'export SKIP_FIREBASE=1' >> $BASH_ENV