Fix sed substitution

This commit is contained in:
Tanguy Herbron 2021-11-10 16:41:11 +01:00
parent 79d6ac73a1
commit 7a4194ce6d

View File

@ -34,5 +34,5 @@ build-image:
- 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"
- echo $NEW_URL
- sed -i '/wget/c\ $(NEW_URL)' docker/assets/download-package
- sed -i "/wget/c $NEW_URL" docker/assets/download-package
- cat docker/assets/download-package