chore: add need statement to gitlabci/render_pptx
This commit is contained in:
parent
bf8c9b88a8
commit
b6b2a9b39b
@ -42,6 +42,7 @@ render_pdf:
|
||||
- if: $CI_COMMIT_BRANCH =~ /^make/
|
||||
|
||||
render_ppt:
|
||||
needs: [render_pdf]
|
||||
environment: $CI_COMMIT_BRANCH
|
||||
stage: build
|
||||
when: manual
|
||||
@ -77,4 +78,3 @@ pages:
|
||||
- public
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH =~ /^make/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user