mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-06 05:18:47 +00:00
fix: use correct Dart image
Signed-off-by: The one with the braid <info@braid.business>
This commit is contained in:
parent
cdc391c50a
commit
8e28630523
1 changed files with 0 additions and 4 deletions
|
@ -26,7 +26,6 @@ code_analyze:
|
||||||
|
|
||||||
dart_test:
|
dart_test:
|
||||||
stage: coverage
|
stage: coverage
|
||||||
image: dart
|
|
||||||
dependencies: [
|
dependencies: [
|
||||||
code_analyze
|
code_analyze
|
||||||
]
|
]
|
||||||
|
@ -36,7 +35,6 @@ dart_test:
|
||||||
|
|
||||||
code_quality:
|
code_quality:
|
||||||
stage: coverage
|
stage: coverage
|
||||||
image: dart
|
|
||||||
before_script:
|
before_script:
|
||||||
- dart pub global activate dart_code_metrics
|
- dart pub global activate dart_code_metrics
|
||||||
script:
|
script:
|
||||||
|
@ -50,7 +48,6 @@ code_quality:
|
||||||
|
|
||||||
dry-run:
|
dry-run:
|
||||||
stage: publish
|
stage: publish
|
||||||
image: dart
|
|
||||||
script:
|
script:
|
||||||
- rm -rf ./docs
|
- rm -rf ./docs
|
||||||
- dart pub get
|
- dart pub get
|
||||||
|
@ -58,7 +55,6 @@ dry-run:
|
||||||
|
|
||||||
pub-dev:
|
pub-dev:
|
||||||
stage: publish
|
stage: publish
|
||||||
image: dart
|
|
||||||
dependencies: [
|
dependencies: [
|
||||||
dry-run
|
dry-run
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue