try chmoding key
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
3 3 image: python:3.10-slim 4 4 before_script: 5 5 - mkdir -p ~/.ssh 6 - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' 6 - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )' 7 7 - eval $(ssh-agent -s) 8 - chmod 400 "$SSH_PRIVATE_KEY" changed this line in version 10 of the diff
enabled an automatic merge when the pipeline for 9ad6a902 succeeds
mentioned in commit 3528aa29
Please register or sign in to reply