File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
-
3
2
set -e
4
3
5
4
# Remove the original circleci-agent from /usr/local/bin for homebrew
6
5
rm /usr/local/bin/circleci
7
6
# Install the latest circleci from homebrew
7
+ brew update
8
8
brew install circleci
9
9
10
10
VERSION=$( " $DESTDIR " /circleci version)
11
11
TAG=" v$( ruby -e " puts '$VERSION '.split('+')[0]" ) "
12
12
REVISION=$( git rev-parse " $( ruby -e " puts '$VERSION '.split('+')[1]" ) " )
13
13
echo " Bumping circleci to $TAG +$REVISION "
14
- brew bump-formula-pr --strict \
15
- --tag=" $TAG " \
16
- --revision=" $REVISION " \
17
- circleci
14
+ brew bump-formula-pr --strict --tag=" $TAG " --revision=" $REVISION " circleci
Original file line number Diff line number Diff line change @@ -225,8 +225,7 @@ jobs:
225
225
- slack-notify-on-failure
226
226
227
227
brew-deploy :
228
- macos :
229
- xcode : " 11.3.0"
228
+ executor : mac
230
229
environment :
231
230
- USER : circleci
232
231
- TRAVIS : circleci
Original file line number Diff line number Diff line change @@ -11,3 +11,6 @@ We are very grateful to the following people have helped us to build the CLI too
11
11
- [ Sam Chapler] ( https://github.com/SamChapler )
12
12
- [ Nick Miyake] ( https://github.com/nmiyake )
13
13
- [ Juan Carlos Mejías Rodríguez] ( https://github.com/greenled )
14
+ - [ Vojtech Novak] ( https://github.com/vonovak )
15
+ - [ Ed Serzo] ( https://github.com/eserzomcity )
16
+ - [ Daniel Ruthardt] ( https://github.com/DanielRuthardt )
You can’t perform that action at this time.
0 commit comments