summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-03-04 17:48:36 -0800
committerJason Wray <friedbunny@users.noreply.github.com>2019-03-05 12:09:38 -0800
commit113179cddd76cf5ed325262b094fc3ea6bd2c201 (patch)
tree714c3eee37cd73793b6311dc7582966668180b70 /circle.yml
parent7e4824960cfb414a3485310998d5761ac7abdef7 (diff)
downloadqtlocation-mapboxgl-113179cddd76cf5ed325262b094fc3ea6bd2c201.tar.gz
[build, ios] Replace 'nightly' build with snapshot
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/circle.yml b/circle.yml
index 2356c049cf..6e18ab71a8 100644
--- a/circle.yml
+++ b/circle.yml
@@ -449,7 +449,7 @@ commands:
name: Send a Slack notification on nightly failure
when: on_fail
command: |
- if [[ -z $CIRCLE_COMPARE_URL && $CIRCLE_BRANCH == master ]]; then
+ if [[ $CIRCLE_BRANCH == master ]]; then
export SLACK_MESSAGE="Nightly build of \`$CIRCLE_JOB\` <$CIRCLE_BUILD_URL|failed>."
export SLACK_COLOR="danger"
scripts/notify-slack.sh
@@ -957,10 +957,10 @@ jobs:
command: make iframework
no_output_timeout: 5m
- deploy:
- name: Upload nightly build to s3
+ name: Upload snapshot build to s3
command: |
- if [[ -z $CIRCLE_COMPARE_URL && $CIRCLE_BRANCH == master ]]; then
- platform/ios/scripts/deploy-nightly.sh
+ if [[ $CIRCLE_BRANCH == master ]]; then
+ platform/ios/scripts/deploy-snapshot.sh
fi
- run:
name: Record size