Skip to content

Commit dbf7df0

Browse files
authored
Merge pull request #436 from codacy/bump-orb-to-fix-create-osx-artifact
fix required brew update on osx builds
2 parents 03b509b + 4e19d18 commit dbf7df0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ jobs:
167167
- run:
168168
name: prepare the environment
169169
command: |
170-
# Call brew update explicitly until Circle CI update their images,
171-
# see https://github.com/Homebrew/brew/issues/11123
172-
brew update
173170
brew install mockserver coreutils
174171
export CODACY_REPORTER_TMP_FOLDER=".codacy-coverage"
175172
version=$(cat .version)

0 commit comments

Comments
 (0)