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