From 92a8c185c0b650fefc7a0c771b5a325c0a27d56a Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Thu, 1 Aug 2019 11:24:27 -0700 Subject: [ios, build] Make CocoaPods CI deployment synchronous Otherwise it may not be allowed to finish before the CI job ends. --- circle.yml | 6 ------ 1 file changed, 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 -- cgit v1.2.1