diff options
author | Jason Wray <friedbunny@users.noreply.github.com> | 2019-08-01 11:24:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 11:24:27 -0700 |
commit | 92a8c185c0b650fefc7a0c771b5a325c0a27d56a (patch) | |
tree | 3d1f147592c9d728e402b6600a929032096ad9f9 /circle.yml | |
parent | afab287553290406a6b9580d1218e2e77e4b9f1b (diff) | |
download | qtlocation-mapboxgl-92a8c185c0b650fefc7a0c771b5a325c0a27d56a.tar.gz |
[ios, build] Make CocoaPods CI deployment synchronous
Otherwise it may not be allowed to finish before the CI job ends.
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/circle.yml b/circle.yml index fe9bab32da..e7d50421c4 100644 --- a/circle.yml +++ b/circle.yml @@ -1075,18 +1075,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: | @@ -1097,7 +1094,6 @@ jobs: echo "MOBILE_METRICS_TOKEN not provided" fi fi - background: true - save-dependencies - collect-xcode-build-logs - upload-xcode-build-logs @@ -1128,7 +1124,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: | @@ -1138,7 +1133,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 |