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

fix build pipeline

Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
morph027 2022-01-17 09:25:21 +01:00
parent 6398d11afd
commit d503ae0774
No known key found for this signature in database
GPG Key ID: BF17A54BB873BE58

View File

@ -35,7 +35,7 @@ stages:
--architecture "${ARCH}"
--input-type dir
--output-type deb
--package "${CI_PROJECT_DIR}/gitea_${VERSION}-${PATCHLEVEL}_amd64.deb"
--package "${CI_PROJECT_DIR}/gitea_${VERSION}-${PATCHLEVEL}_${ARCH}.deb"
--name "${NAME}"
--version "${VERSION}-${PATCHLEVEL}"
--description "${DESCRIPTION}"
@ -73,6 +73,8 @@ test-install:
image: docker:latest
services:
- docker:dind
needs:
- gitea-amd64
script:
- docker run
-d