Skip to content

Commit 48a580b

Browse files
authored
Merge pull request #253 from Instabug/ci/allow-brew-auto-update
[MOB-9669] Allow brew Auto Update
2 parents 7f3825d + 442fde9 commit 48a580b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ jobs:
1111
path: ~/project
1212
- run:
1313
name: Install JAVA
14-
command: |
15-
HOMEBREW_NO_AUTO_UPDATE=1 brew install --cask homebrew/cask-versions/adoptopenjdk8
14+
command: brew install --cask homebrew/cask-versions/adoptopenjdk8
1615
- run:
1716
name: Install Android sdk
18-
command: |
19-
HOMEBREW_NO_AUTO_UPDATE=1 brew install --cask android-sdk
17+
command: brew install --cask android-sdk
2018
- run:
2119
name: Setup environment variables
2220
command: |

0 commit comments

Comments
 (0)