Skip to content

Commit 011de30

Browse files
committed
Update config to use custom docker image
1 parent 4254d9f commit 011de30

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ orbs:
44
executors:
55
default-executor:
66
docker:
7-
- image: cirrusci/flutter:stable
7+
- image: sub6resources/flutter-melos:1.0.0
88
resource_class: large
99
shell: /bin/bash
1010
jobs:
@@ -13,15 +13,9 @@ jobs:
1313
steps:
1414
- checkout
1515
- run: flutter --version
16-
- run:
17-
name: Set up environment
18-
command: |
19-
echo 'export PATH=$HOME/.pub-cache/bin:$PATH' >> $BASH_ENV
20-
source $BASH_ENV
2116
- run:
2217
name: Setup melos
2318
command: |
24-
flutter pub global activate melos
2519
melos --version
2620
melos bootstrap
2721
- run:

0 commit comments

Comments
 (0)