diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-04-28 16:59:08 -0400 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-04-28 16:59:08 -0400 |
commit | 029a23b4a6978b1b4e8e965e40ec15118f6060e6 (patch) | |
tree | 12e51071462bfcfcf67763da4e73787918852850 /scripts | |
parent | c67a708e5b0f6ddc6803221726e581e402ff4492 (diff) | |
download | qtlocation-mapboxgl-029a23b4a6978b1b4e8e965e40ec15118f6060e6.tar.gz |
fix Travis deploy script path since matrix reorg
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ios/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ios/run.sh b/scripts/ios/run.sh index abb4c2cb0c..30c2551a68 100755 --- a/scripts/ios/run.sh +++ b/scripts/ios/run.sh @@ -27,7 +27,7 @@ if [[ ${PUBLISH_PLATFORM} = 'ios' ]]; then # publish iOS build mapbox_time "deploy_ios" \ - ./scripts/publish_ios.sh "${PUBLISH_VERSION}" + ./scripts/ios/publish.sh "${PUBLISH_VERSION}" else # build & test iOS mapbox_time "run_ios_tests" \ |