summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2018-12-07 12:57:39 -0800
committerjmkiley <jordan.kiley@mapbox.com>2018-12-07 12:57:39 -0800
commita01966fd39f3bd1c85ffeb8019ad2a053069b8c2 (patch)
tree84b11d8b71f3577023f5cb9f6057c0ccc44bfca1
parent177c0473165aacb26bea9efb6441ab99756c218a (diff)
downloadqtlocation-mapboxgl-a01966fd39f3bd1c85ffeb8019ad2a053069b8c2.tar.gz
[ios] make deploy script executable
-rw-r--r--circle.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index efdd07aaa9..a4b5f2c783 100644
--- a/circle.yml
+++ b/circle.yml
@@ -972,6 +972,7 @@ jobs:
name: Build, package, and upload iOS release
command: |
export VERSION_TAG=${CIRCLE_TAG}
+ chmod +x platform/ios/scripts/deploy-packages-cn.sh
platform/ios/scripts/deploy-packages-cn.sh
- save-dependencies
- collect-xcode-build-logs