Fix new request string

This commit is contained in:
Tanguy Herbron 2021-11-10 16:22:45 +01:00
parent 0be8aa246b
commit f210737c36

View File

@ -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