mirror of
https://gitlab.com/packaging/gitea
synced 2024-12-18 16:13:44 +00:00
ci: refine pages jon dependency
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
parent
1adabf6ace
commit
28ceca30eb
@ -201,6 +201,11 @@ pages:
|
|||||||
policy: pull
|
policy: pull
|
||||||
stage: pages
|
stage: pages
|
||||||
image: ubuntu:focal
|
image: ubuntu:focal
|
||||||
|
needs:
|
||||||
|
- job: repo-tag
|
||||||
|
optional: true
|
||||||
|
- job: repo-trigger
|
||||||
|
optional: true
|
||||||
script:
|
script:
|
||||||
- mkdir $CI_PROJECT_DIR/public
|
- mkdir $CI_PROJECT_DIR/public
|
||||||
- cp -r
|
- cp -r
|
||||||
|
Loading…
Reference in New Issue
Block a user