summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2018-08-29 15:18:40 -0400
committerGitHub <noreply@github.com>2018-08-29 15:18:40 -0400
commit330ec0bb618af5c82467ce32df52c99b73c731e6 (patch)
treed5964ffa4af89adba4bce62353a4b6ae67b68f88
parentb8dfd2fd03a8ed9fb4c48cf269e1bc038a6e0a5c (diff)
downloadqtlocation-mapboxgl-330ec0bb618af5c82467ce32df52c99b73c731e6.tar.gz
[build] Fix ios-release-tag slack notificationios-v4.4.0-alpha.2
-rw-r--r--circle.yml2
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