From 6398d11afd73e169c712967d1596b1e07e90ad6c Mon Sep 17 00:00:00 2001 From: morph027 Date: Mon, 17 Jan 2022 09:15:49 +0100 Subject: [PATCH] fix build pipeline Signed-off-by: morph027 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 543e1ab..07c7166 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,8 @@ stages: stage: package image: golang:latest script: - - export VERSION="$(echo ${CI_COMMIT_TAG#*v}" | cut -d'-' -f1) - - export PATCHLEVEL="$(echo ${CI_COMMIT_TAG}" | cut -d'-' -f2) + - export VERSION=$(echo ${CI_COMMIT_TAG#*v} | cut -d'-' -f1) + - 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