feat: update gitlab ci
This commit is contained in:
parent
19e019fbe9
commit
b8f80c43a9
|
|
@ -8,6 +8,7 @@ build-dev:
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
- dev-restructure
|
- dev-restructure
|
||||||
|
- dev-main
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
services:
|
services:
|
||||||
- name: docker:dind
|
- name: docker:dind
|
||||||
|
|
@ -24,6 +25,7 @@ auto-deploy:
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
- dev-restructure
|
- dev-restructure
|
||||||
|
- dev-main
|
||||||
image: curlimages/curl:latest
|
image: curlimages/curl:latest
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue