mirror of
https://gitlab.com/packaging/gitea
synced 2024-12-18 08:03:29 +00:00
fix usage of new repo utils, refs #13
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
parent
dad4eebc13
commit
20126c8f51
@ -138,8 +138,6 @@ test-update-tag:
|
||||
key: repo
|
||||
stage: repo
|
||||
image: registry.gitlab.com/packaging/utils:latest
|
||||
variables:
|
||||
ORIGIN: morph027
|
||||
script:
|
||||
- /deb.sh gitea
|
||||
|
||||
@ -182,7 +180,7 @@ pages:
|
||||
- mkdir $CI_PROJECT_DIR/public
|
||||
- cp -rv
|
||||
$CI_PROJECT_DIR/.repo/deb/gpg.key
|
||||
$CI_PROJECT_DIR/.repo/gitea/gitea/{dists,pool}
|
||||
$CI_PROJECT_DIR/.repo/deb/gitea/gitea/{dists,pool}
|
||||
$CI_PROJECT_DIR/public/
|
||||
artifacts:
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user