Fix new request string
This commit is contained in:
parent
0be8aa246b
commit
f210737c36
@ -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
|
||||
|
Reference in New Issue
Block a user