Skip to content

Commit cf99405

Browse files
committed
circle: Extract HOMEBREW_NO_AUTO_UPDATE to ios environment
Hence make it apply to all steps in this job, which seems like it is intended behavior. Signed-off-by: Kristofer Rye <[email protected]>
1 parent 6002602 commit cf99405

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ jobs:
284284
task: IOS
285285
FASTLANE_SKIP_UPDATE_CHECK: '1'
286286
FASTLANE_DISABLE_ANIMATION: '1'
287+
HOMEBREW_NO_AUTO_UPDATE: 1
287288
LC_ALL: en_US.UTF-8
288289
LANG: en_US.UTF-8
289290
shell: /bin/bash --login -o pipefail
@@ -297,8 +298,8 @@ jobs:
297298
- restore_cache: *restore-cache-bundler
298299
- run: bundle check || bundle install --frozen --path ./vendor/bundle
299300
- save_cache: *save-cache-bundler
300-
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew
301-
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install applesimutils
301+
- run: brew tap wix/brew
302+
- run: brew install applesimutils
302303
- run: mkdir -p logs/
303304
- run: *embed-env-vars
304305
- run:

0 commit comments

Comments
 (0)