diff options
author | Jason Wray <friedbunny@users.noreply.github.com> | 2018-08-29 15:18:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-29 15:18:40 -0400 |
commit | 330ec0bb618af5c82467ce32df52c99b73c731e6 (patch) | |
tree | d5964ffa4af89adba4bce62353a4b6ae67b68f88 | |
parent | b8dfd2fd03a8ed9fb4c48cf269e1bc038a6e0a5c (diff) | |
download | qtlocation-mapboxgl-330ec0bb618af5c82467ce32df52c99b73c731e6.tar.gz |
[build] Fix ios-release-tag slack notificationios-v4.4.0-alpha.2
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index 24920c4814..c66c45160e 100644 --- a/circle.yml +++ b/circle.yml @@ -991,12 +991,12 @@ jobs: HOMEBREW_NO_AUTO_UPDATE: 1 SLACK_CHANNEL: C0ACM9Q2C steps: + - checkout - run: name: Send a Slack notification on start command: | export SLACK_MESSAGE="Release build for <$CIRCLE_COMPARE_URL|\`$CIRCLE_TAG\`> <$CIRCLE_BUILD_URL|started>." scripts/notify-slack.sh - - checkout - *restore-node_modules-cache - *npm-install - *prepare-environment |