Merge branch 'braid/ci' into 'main'
fix: remove tag from CI See merge request famedly/company/frontend/famedlysdk!1154
This commit is contained in:
commit
c436a86915
|
|
@ -13,8 +13,6 @@ variables:
|
||||||
FLUTTER_IMAGE_TAG: "3.0.5"
|
FLUTTER_IMAGE_TAG: "3.0.5"
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
tags:
|
|
||||||
- linux
|
|
||||||
stage: test
|
stage: test
|
||||||
image: registry.gitlab.com/famedly/company/frontend/flutter-dockerimages/flutter-linux/stable:${FLUTTER_IMAGE_TAG}
|
image: registry.gitlab.com/famedly/company/frontend/flutter-dockerimages/flutter-linux/stable:${FLUTTER_IMAGE_TAG}
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
@ -37,8 +35,6 @@ coverage:
|
||||||
junit: TEST-report.xml
|
junit: TEST-report.xml
|
||||||
|
|
||||||
coverage_without_olm:
|
coverage_without_olm:
|
||||||
tags:
|
|
||||||
- linux
|
|
||||||
stage: test
|
stage: test
|
||||||
image: dart
|
image: dart
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
@ -64,8 +60,6 @@ coverage_without_olm:
|
||||||
junit: TEST-report.xml
|
junit: TEST-report.xml
|
||||||
|
|
||||||
e2ee_test:
|
e2ee_test:
|
||||||
tags:
|
|
||||||
- linux
|
|
||||||
stage: test
|
stage: test
|
||||||
image: registry.gitlab.com/famedly/company/frontend/flutter-dockerimages/flutter-linux/stable:${FLUTTER_IMAGE_TAG}
|
image: registry.gitlab.com/famedly/company/frontend/flutter-dockerimages/flutter-linux/stable:${FLUTTER_IMAGE_TAG}
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue