diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85f17ae..848c91c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,6 @@ build-image: - "GITLAB_VER=$(git tag | sort -V | grep ce | tail -1)" - echo $GITLAB_VER - git checkout $GITLAB_VER - - "NEW_URL=$(wget --no-check-certificate --content-disposition 'https://packages.gitlab.com/gitlab/gitlab-ce/packages/ubuntu/focal/gitlab-ce_$(GITLAB_VER)_arm64.deb/download.deb' -O /tmp/gitlab.deb)" + - NEW_URL="wget --no-check-certificate --content-disposition 'https://packages.gitlab.com/gitlab/gitlab-ce/packages/ubuntu/focal/gitlab-ce_${GITLAB_VER}_arm64.deb/download.deb' -O /tmp/gitlab.deb" - echo $NEW_URL - sed -i '/wget/c\ REPLACE' test-download