1
0
mirror of https://gitlab.com/packaging/gitea synced 2025-04-12 02:56:52 +00:00

Compare commits

..

No commits in common. "master" and "v1.22.0+1" have entirely different histories.

View File

@ -137,9 +137,12 @@ test-update-tag:
- $CI_PROJECT_DIR/.repo
key: repo
stage: repo
image: registry.gitlab.com/packaging/utils:latest
image: registry.gitlab.com/packaging/reprepro-multiple-versions:latest
script:
- /deb.sh gitea
- apt-get -qq update
- apt-get -qqy install curl
- curl -L https://gitlab.com/packaging/utils/-/raw/main/repo.sh |
bash -s -- gitea

repo-apt-tag:
<<: [*repo]
@ -178,9 +181,9 @@ pages:
optional: true
script:
- mkdir $CI_PROJECT_DIR/public
- cp -rv
$CI_PROJECT_DIR/.repo/deb/gpg.key
$CI_PROJECT_DIR/.repo/deb/gitea/gitea/{dists,pool}
- cp -r
$CI_PROJECT_DIR/.repo/gpg.key
$CI_PROJECT_DIR/.repo/gitea/{dists,pool}
$CI_PROJECT_DIR/public/
artifacts:
paths: