summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-07-24 15:10:31 -0700
committerJason Wray <jason@mapbox.com>2019-07-24 15:29:38 -0700
commita8db681454e5173c03154e79c5f125ce26d653c1 (patch)
tree4cd6638e6de110f3e66d8b7761917fb3061e6778
parent05afd88aac1106be9543311f7d0ba28ddb79caaf (diff)
downloadqtlocation-mapboxgl-upstream/friedbunny-rearranges-deploy-job-order.tar.gz
[ios, build] Trigger external deploy jobs before long-running build tasksupstream/friedbunny-rearranges-deploy-job-order
-rw-r--r--circle.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index a60e83fa72..ba624dc251 100644
--- a/circle.yml
+++ b/circle.yml
@@ -1110,12 +1110,18 @@ jobs:
- install-dependencies
- install-ios-packaging-dependencies
- run:
+ name: Trigger external deploy steps
+ command: |
+ 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: |
export VERSION_TAG=${CIRCLE_TAG}
export GITHUB_TOKEN=${DANGER_GITHUB_API_TOKEN}
platform/ios/scripts/deploy-packages.sh
- platform/ios/scripts/trigger-external-deploy-steps.sh
- save-dependencies
- collect-xcode-build-logs
- upload-xcode-build-logs