Add debug stuff
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Torjus Håkestad 2022-01-10 22:29:14 +01:00
parent e33851b404
commit 8c4a9940d9

View File

@ -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]