Update .gitlab-ci.yml
This commit is contained in:
parent
1760fe5b90
commit
5ee0bb29ed
@ -1,6 +1,7 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- upload
|
- upload
|
||||||
|
- cleanup
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
@ -24,7 +25,9 @@ build_full:
|
|||||||
upload_full:
|
upload_full:
|
||||||
stage: upload
|
stage: upload
|
||||||
needs: ["build_full"]
|
needs: ["build_full"]
|
||||||
when: manual
|
|
||||||
script:
|
script:
|
||||||
- docker push luki42/latex-full:static
|
- docker push luki42/latex-full:static
|
||||||
|
|
||||||
|
cleanup:
|
||||||
|
stage: cleanup
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user