From 113179cddd76cf5ed325262b094fc3ea6bd2c201 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Mon, 4 Mar 2019 17:48:36 -0800 Subject: [build, ios] Replace 'nightly' build with snapshot --- circle.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'circle.yml') 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 -- cgit v1.2.1