mirror of
https://gitlab.com/packaging/gitea
synced 2024-12-18 08:03:29 +00:00
use new repo utils, refs #13
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
parent
3c57e902d7
commit
dad4eebc13
@ -137,12 +137,11 @@ test-update-tag:
|
||||
- $CI_PROJECT_DIR/.repo
|
||||
key: repo
|
||||
stage: repo
|
||||
image: registry.gitlab.com/packaging/reprepro-multiple-versions:latest
|
||||
image: registry.gitlab.com/packaging/utils:latest
|
||||
variables:
|
||||
ORIGIN: morph027
|
||||
script:
|
||||
- apt-get -qq update
|
||||
- apt-get -qqy install curl
|
||||
- curl -L https://gitlab.com/packaging/utils/-/raw/main/repo.sh |
|
||||
bash -s -- gitea
|
||||
- /deb.sh gitea
|
||||
|
||||
repo-apt-tag:
|
||||
<<: [*repo]
|
||||
@ -181,9 +180,9 @@ pages:
|
||||
optional: true
|
||||
script:
|
||||
- mkdir $CI_PROJECT_DIR/public
|
||||
- cp -r
|
||||
$CI_PROJECT_DIR/.repo/gpg.key
|
||||
$CI_PROJECT_DIR/.repo/gitea/{dists,pool}
|
||||
- cp -rv
|
||||
$CI_PROJECT_DIR/.repo/deb/gpg.key
|
||||
$CI_PROJECT_DIR/.repo/gitea/gitea/{dists,pool}
|
||||
$CI_PROJECT_DIR/public/
|
||||
artifacts:
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user