chore: migrate google/dart to dart

- migrate deprecated google/dart image to dart

Signed-off-by: Lanna Michalke <l.michalke@famedly.com>
This commit is contained in:
Lanna Michalke 2022-04-27 13:31:49 +02:00
parent 60fb103563
commit 4d603f73a5
1 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@ coverage_without_olm:
tags: tags:
- linux - linux
stage: coverage stage: coverage
image: google/dart image: dart
dependencies: [] dependencies: []
script: script:
- dart pub get - dart pub get
@ -75,7 +75,7 @@ code_analyze:
tags: tags:
- docker - docker
stage: coverage stage: coverage
image: google/dart image: dart
dependencies: [] dependencies: []
script: script:
- dart pub get - dart pub get
@ -86,7 +86,7 @@ code_quality:
tags: tags:
- docker - docker
stage: coverage stage: coverage
image: google/dart image: dart
before_script: before_script:
- dart pub global activate dart_code_metrics - dart pub global activate dart_code_metrics
script: script:
@ -100,7 +100,7 @@ code_quality:
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
@ -109,7 +109,7 @@ dry-run:
pub-dev: pub-dev:
stage: publish stage: publish
image: google/dart image: dart
dependencies: [ dependencies: [
dry-run dry-run
] ]