mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
CircleCI: Use our own Docker base image
This way we have complete control over the flutter version. The older image had not been updated for quite a while.
This commit is contained in:
@ -2,7 +2,7 @@ version: 2
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: cirrusci/flutter
|
- image: vhanda/flutter-android:latest
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
Reference in New Issue
Block a user