1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 16:13:44 +00:00

fix dl url again

Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
morph027 2023-11-14 18:48:37 +01:00
parent 5f0e2c85a3
commit b00b9978af
No known key found for this signature in database
GPG Key ID: BF17A54BB873BE58

View File

@ -20,10 +20,10 @@ stages:
- apt-get -qq update - apt-get -qq update
- apt-get -qqy install ruby-dev ruby-ffi curl file - apt-get -qqy install ruby-dev ruby-ffi curl file
- mkdir -p "${CI_PROJECT_DIR}/package_root/usr/bin" - mkdir -p "${CI_PROJECT_DIR}/package_root/usr/bin"
- echo "https://dl.gitea.com/gitea/${VERSION}/gitea-${VERSION}-linux-${ARCH}" - echo "https://dl.gitea.com/gitea/v${VERSION}/gitea-${VERSION}-linux-${ARCH}"
- curl -sL -o - curl -sL -o
"${CI_PROJECT_DIR}/package_root/usr/bin/gitea" "${CI_PROJECT_DIR}/package_root/usr/bin/gitea"
"https://dl.gitea.com/gitea/${VERSION}/gitea-${VERSION}-linux-${ARCH}" "https://dl.gitea.com/gitea/v${VERSION}/gitea-${VERSION}-linux-${ARCH}"
- file - file
--mime-type --mime-type
--brief --brief