Add debug line for file replacement

This commit is contained in:
Tanguy Herbron 2021-11-10 16:26:00 +01:00
parent f210737c36
commit 89a4607a9a

View File

@ -34,4 +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\ REPLACE' test-download
- sed -i '/wget/c\ ${NEW_URL}' docker/assets/download-package
- cat docker/assets/download-package