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:
parent
78aead52a3
commit
6398d11afd
@ -15,8 +15,8 @@ stages:
|
|||||||
stage: package
|
stage: package
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
script:
|
script:
|
||||||
- export VERSION="$(echo ${CI_COMMIT_TAG#*v}" | cut -d'-' -f1)
|
- export VERSION=$(echo ${CI_COMMIT_TAG#*v} | cut -d'-' -f1)
|
||||||
- export PATCHLEVEL="$(echo ${CI_COMMIT_TAG}" | cut -d'-' -f2)
|
- export PATCHLEVEL=$(echo ${CI_COMMIT_TAG} | cut -d'-' -f2)
|
||||||
- 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
|
||||||
- gem install specific_install
|
- gem install specific_install
|
||||||
|
Loading…
Reference in New Issue
Block a user