mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-05 12:58: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:
|
||||
stage: coverage
|
||||
image: dart
|
||||
dependencies: [
|
||||
code_analyze
|
||||
]
|
||||
|
@ -36,7 +35,6 @@ dart_test:
|
|||
|
||||
code_quality:
|
||||
stage: coverage
|
||||
image: dart
|
||||
before_script:
|
||||
- dart pub global activate dart_code_metrics
|
||||
script:
|
||||
|
@ -50,7 +48,6 @@ code_quality:
|
|||
|
||||
dry-run:
|
||||
stage: publish
|
||||
image: dart
|
||||
script:
|
||||
- rm -rf ./docs
|
||||
- dart pub get
|
||||
|
@ -58,7 +55,6 @@ dry-run:
|
|||
|
||||
pub-dev:
|
||||
stage: publish
|
||||
image: dart
|
||||
dependencies: [
|
||||
dry-run
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue