feat: update gitlab-ci
This commit is contained in:
parent
a9b46bdbd8
commit
017a58df65
|
|
@ -6,8 +6,7 @@ build-dev:
|
||||||
stage: build
|
stage: build
|
||||||
when: on_success
|
when: on_success
|
||||||
only:
|
only:
|
||||||
- dev-main
|
- main
|
||||||
- dev-restructure
|
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
@ -21,8 +20,7 @@ auto-deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
when: on_success
|
when: on_success
|
||||||
only:
|
only:
|
||||||
- dev-main
|
- main
|
||||||
- dev-restructure
|
|
||||||
image: curlimages/curl:latest
|
image: curlimages/curl:latest
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue