1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 08:03:29 +00:00

change gitea dl url

Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
morph027 2023-11-14 18:38:21 +01:00
parent c2f3770f98
commit 2b8cb0ee34
No known key found for this signature in database
GPG Key ID: BF17A54BB873BE58

View File

@ -19,12 +19,11 @@ stages:
- export PATCHLEVEL=$(echo ${CI_COMMIT_TAG} | cut -d'+' -f2)
- apt-get -qq update
- apt-get -qqy install ruby-dev ruby-ffi curl file
- gem install specific_install
- gem specific_install https://github.com/root360/fpm.git all_fixes
- gem install fpm
- mkdir -p "${CI_PROJECT_DIR}/package_root/usr/bin"
- curl -sL -o
"${CI_PROJECT_DIR}/package_root/usr/bin/gitea"
"https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-${ARCH}"
"https://dl.gitea.com/gitea/${VERSION}/gitea-${VERSION}-linux-${ARCH}"
- file
--mime-type
--brief