updated entrypoint
All checks were successful
Gitea/docker-base-images/jenkins-ssh-agent-jdk17-dind/pipeline/head This commit looks good

This commit is contained in:
amorozov 2025-03-03 04:12:40 +03:00
parent 44c51a62e5
commit e260864a84

View File

@ -46,8 +46,8 @@ write_key() {
mkdir -p "/root/.ssh"
echo "$1" > "/root/.ssh/authorized_keys"
chown -Rf "root /root/.ssh"
chmod 0700 -R "/root/.ssh"
chown -Rf root /root/.ssh
chmod 0700 -R /root/.ssh
}
if [[ ${JENKINS_AGENT_SSH_PUBKEY} == ssh-* ]]; then