chore: use updated dart image
This commit is contained in:
parent
ff66e1c208
commit
57ec5014d9
|
|
@ -8,10 +8,10 @@ test:
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
stage: coverage
|
stage: coverage
|
||||||
image: google/dart
|
image: dart
|
||||||
script:
|
script:
|
||||||
- pub get
|
- dart pub get
|
||||||
- pub run test
|
- dart pub run test
|
||||||
|
|
||||||
code_analyze:
|
code_analyze:
|
||||||
tags:
|
tags:
|
||||||
|
|
@ -53,7 +53,7 @@ pages:
|
||||||
|
|
||||||
dry-run:
|
dry-run:
|
||||||
stage: publish
|
stage: publish
|
||||||
image: google/dart
|
image: dart
|
||||||
script:
|
script:
|
||||||
- rm -rf ./docs
|
- rm -rf ./docs
|
||||||
- dart pub get
|
- dart pub get
|
||||||
|
|
@ -61,7 +61,7 @@ dry-run:
|
||||||
|
|
||||||
pub-dev:
|
pub-dev:
|
||||||
stage: publish
|
stage: publish
|
||||||
image: google/dart
|
image: dart
|
||||||
script:
|
script:
|
||||||
- rm -rf ./docs
|
- rm -rf ./docs
|
||||||
- |
|
- |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue