mirror of
https://gitlab.com/packaging/gitea
synced 2024-12-18 08:03:29 +00:00
fix dl url again
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
parent
5f0e2c85a3
commit
b00b9978af
@ -20,10 +20,10 @@ stages:
|
||||
- apt-get -qq update
|
||||
- apt-get -qqy install ruby-dev ruby-ffi curl file
|
||||
- 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
|
||||
"${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
|
||||
--mime-type
|
||||
--brief
|
||||
|
Loading…
Reference in New Issue
Block a user