Skip to content

Commit 4f3152b

Browse files
committed
fix(ci): dry run brew link overwrite
1 parent 758f77a commit 4f3152b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ jobs:
108108
name: Install Cert
109109
command: bundle exec fastlane setup
110110
- run:
111-
name: Run brew doctor
112-
command: brew doctor
111+
name: Run brew link --overwrite --dry-run six
112+
command: brew link --overwrite --dry-run six
113113
- run:
114114
name: Install Snapcraft
115115
command: HOMEBREW_NO_INSTALL_CLEANUP=1 brew install snapcraft rpm

0 commit comments

Comments
 (0)