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: 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
] ]