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

This commit is contained in:
Torjus Håkestad 2022-01-10 22:24:28 +01:00
parent 5a8740a393
commit e6181e3c9a

View File

@ -6,6 +6,7 @@ pipeline:
commands:
- mkdir env
- echo $SSH_KEY > env/ssh_key
- cat env/ssh_key
- ansible-runner run `pwd`
secrets: [ssh_key]