Update .gitlab-ci.yml
This commit is contained in:
parent
c9abf9088c
commit
6f5edb72a0
@ -27,10 +27,12 @@ build_full:
|
|||||||
- cd static
|
- cd static
|
||||||
- docker build --no-cache -t luki42/latex-full:static .
|
- docker build --no-cache -t luki42/latex-full:static .
|
||||||
when: manual
|
when: manual
|
||||||
allow_failure: false
|
allow_failure: true
|
||||||
|
|
||||||
upload_full:
|
upload_full:
|
||||||
stage: upload
|
stage: upload
|
||||||
needs: ["build_full"]
|
needs: ["build_full"]
|
||||||
script:
|
script:
|
||||||
- docker push luki42/latex-full:static
|
- docker push luki42/latex-full:stati
|
||||||
|
when: manual
|
||||||
|
allow_failure: true
|
Loading…
Reference in New Issue
Block a user