1
0
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:
morph027 2024-07-07 19:43:43 +02:00
parent 3c57e902d7
commit dad4eebc13
No known key found for this signature in database
GPG Key ID: BF17A54BB873BE58

View File

@ -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: