summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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