Skip to content

Commit

Permalink
Merge pull request #436 from codacy/bump-orb-to-fix-create-osx-artifact
Browse files Browse the repository at this point in the history
fix required brew update on osx builds
  • Loading branch information
rubencodacy authored Nov 28, 2022
2 parents 03b509b + 4e19d18 commit dbf7df0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ jobs:
- run:
name: prepare the environment
command: |
# Call brew update explicitly until Circle CI update their images,
# see https://github.com/Homebrew/brew/issues/11123
brew update
brew install mockserver coreutils
export CODACY_REPORTER_TMP_FOLDER=".codacy-coverage"
version=$(cat .version)
Expand Down

0 comments on commit dbf7df0

Please sign in to comment.