Skip to content

Commit

Permalink
Merge pull request #400 from CircleCI-Public/deployment
Browse files Browse the repository at this point in the history
Fix interactive terminal issue
  • Loading branch information
marcomorain authored Apr 24, 2020
2 parents 9beb8dd + 98cbb5a commit 1a4104d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .circleci/brew-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
#!/bin/sh

set -e

# Remove the original circleci-agent from /usr/local/bin for homebrew
rm /usr/local/bin/circleci
# Install the latest circleci from homebrew
brew update
brew install circleci

VERSION=$("$DESTDIR"/circleci version)
TAG="v$(ruby -e "puts '$VERSION'.split('+')[0]")"
REVISION=$(git rev-parse "$(ruby -e "puts '$VERSION'.split('+')[1]")")
echo "Bumping circleci to $TAG+$REVISION"
brew bump-formula-pr --strict \
--tag="$TAG" \
--revision="$REVISION" \
circleci
brew bump-formula-pr --strict --tag="$TAG" --revision="$REVISION" circleci
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ jobs:
- slack-notify-on-failure

brew-deploy:
macos:
xcode: "11.3.0"
executor: mac
environment:
- USER: circleci
- TRAVIS: circleci
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ We are very grateful to the following people have helped us to build the CLI too
- [Sam Chapler](https://github.com/SamChapler)
- [Nick Miyake](https://github.com/nmiyake)
- [Juan Carlos Mejías Rodríguez](https://github.com/greenled)
- [Vojtech Novak](https://github.com/vonovak)
- [Ed Serzo](https://github.com/eserzomcity)
- [Daniel Ruthardt](https://github.com/DanielRuthardt)

0 comments on commit 1a4104d

Please sign in to comment.