diff --git a/.woodpecker.yml b/.woodpecker.yml index 687474e..422cb58 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,6 +6,7 @@ pipeline: commands: - mkdir env - echo $SSH_KEY > env/ssh_key + - find . - md5sum env/ssh_key - ansible-runner run `pwd` secrets: [ssh_key]