Merge branch 'docker-image' into 'main'

chore: migrate google/dart to dart

See merge request famedly/company/frontend/famedlysdk!1025
This commit is contained in:
Krille Fear 2022-04-27 11:41:02 +00:00
commit 951db4c8d7
1 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@ coverage_without_olm:
tags:
- linux
stage: coverage
image: google/dart
image: dart
dependencies: []
script:
- dart pub get
@ -75,7 +75,7 @@ code_analyze:
tags:
- docker
stage: coverage
image: google/dart
image: dart
dependencies: []
script:
- dart pub get
@ -86,7 +86,7 @@ code_quality:
tags:
- docker
stage: coverage
image: google/dart
image: dart
before_script:
- dart pub global activate dart_code_metrics
script:
@ -100,7 +100,7 @@ code_quality:
dry-run:
stage: publish
image: google/dart
image: dart
script:
- rm -rf ./docs
- dart pub get
@ -109,7 +109,7 @@ dry-run:
pub-dev:
stage: publish
image: google/dart
image: dart
dependencies: [
dry-run
]