Update .gitlab-ci.yml
This commit is contained in:
parent
a9413562fc
commit
fa39b206e2
|
@ -184,7 +184,7 @@ pages:
|
||||||
|
|
||||||
build_linux:
|
build_linux:
|
||||||
stage: coverage
|
stage: coverage
|
||||||
image:: registry.gitlab.com/famedly/containers/flutter-dockerimages:dev
|
image: registry.gitlab.com/famedly/containers/flutter-dockerimages:dev
|
||||||
dependencies: []
|
dependencies: []
|
||||||
script:
|
script:
|
||||||
- flutter config --enable-linux-desktop
|
- flutter config --enable-linux-desktop
|
||||||
|
@ -212,4 +212,4 @@ snap:publish:
|
||||||
paths:
|
paths:
|
||||||
- './*.snap'
|
- './*.snap'
|
||||||
when: on_success
|
when: on_success
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
Loading…
Reference in a new issue