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:
commit
951db4c8d7
|
|
@ -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
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue