Forgot to adjust for better ssh key handing in the CI
1 files changed, 1 insertions(+), 1 deletions(-) M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +1 -1
@@ 137,7 137,7 @@ create-container: image: alpine:latest before_script: - apk add --update --no-cache openssh - echo $HOST_SSH_KEY | sed -e 's/ /\n/g' | sed -r -e '1,4{:a;N;4!ba;s/\n/ /g}' | sed -r -e '/^-{5}END/,${:z;N;$!bz;s/\n/ /g}' > /tmp/sshkey - echo $HOST_SSH_KEY | base64 -d > /tmp/sshkey - chmod 0600 /tmp/sshkey add-proxy-server: