Add debug line for file replacement
This commit is contained in:
parent
f210737c36
commit
89a4607a9a
@ -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
|
||||
|
Reference in New Issue
Block a user