summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-07-31 16:09:40 -0700
committerJason Wray <jason@mapbox.com>2019-07-31 16:09:45 -0700
commite1989a2555763ba8707e1c7734ce2ee977707dce (patch)
tree351b54d4b02872354372843c1facbd7f77c6693a
parent375c3131afcdcedb5a2dfbb19eec29625c44494d (diff)
downloadqtlocation-mapboxgl-upstream/friedbunny-does-things-in-the-foreground.tar.gz
[ios, build] Make CocoaPods CI deployment synchronousupstream/friedbunny-does-things-in-the-foreground
Otherwise it may not be allowed to finish before the CI job ends.
-rw-r--r--circle.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/circle.yml b/circle.yml
index 665e057c23..7c63a14d43 100644
--- a/circle.yml
+++ b/circle.yml
@@ -1074,18 +1074,15 @@ jobs:
if [[ $CIRCLE_BRANCH == master ]]; then
platform/ios/scripts/deploy-snapshot.sh
fi
- background: true
- deploy:
name: Deploy to Mapbox CocoaPods spec repo
command: |
if [[ $CIRCLE_BRANCH == master ]]; then
platform/ios/scripts/deploy-to-cocoapods.sh
fi
- background: true
- run:
name: Record size
command: platform/ios/scripts/metrics.sh
- background: true
- run:
name: Trigger metrics
command: |
@@ -1096,7 +1093,6 @@ jobs:
echo "MOBILE_METRICS_TOKEN not provided"
fi
fi
- background: true
- save-dependencies
- collect-xcode-build-logs
- upload-xcode-build-logs
@@ -1127,7 +1123,6 @@ jobs:
export VERSION_TAG=${CIRCLE_TAG}
export GITHUB_TOKEN=${DANGER_GITHUB_API_TOKEN}
platform/ios/scripts/trigger-external-deploy-steps.sh
- background: true
- run:
name: Build, package, and upload iOS release
command: |
@@ -1137,7 +1132,6 @@ jobs:
- deploy:
name: Deploy to CocoaPods
command: platform/ios/scripts/deploy-to-cocoapods.sh
- background: true
- save-dependencies
- collect-xcode-build-logs
- upload-xcode-build-logs