From 330ec0bb618af5c82467ce32df52c99b73c731e6 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Wed, 29 Aug 2018 15:18:40 -0400 Subject: [build] Fix ios-release-tag slack notification --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'circle.yml') 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 -- cgit v1.2.1