diff options
author | Jason Wray <jason@mapbox.com> | 2019-02-25 16:29:30 -0800 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2019-02-26 11:19:48 -0800 |
commit | cced7db5118ca947455717574c175e5ce5b1a6f0 (patch) | |
tree | 64819a9d465be3787f512fb0e5758917c3e80d38 /circle.yml | |
parent | 554992d733f69ae9b85db2ef8e01b01b273dfc73 (diff) | |
download | qtlocation-mapboxgl-cced7db5118ca947455717574c175e5ce5b1a6f0.tar.gz |
[ios, build] Trigger automated site and docs generation during releases
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index d52c3ab063..2356c049cf 100644 --- a/circle.yml +++ b/circle.yml @@ -994,6 +994,7 @@ jobs: 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 |