diff --git a/.woodpecker.yml b/.woodpecker.yml index 7353a01..c79054b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -15,6 +15,7 @@ steps: commands: - eval $(ssh-agent -s) - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - + - mkdir -p ~/.ssh && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - git config --global user.email ci@gitnet.fr - git config --global user.name CI - git commit -m build -a