From 8c4a9940d92983712a401b2a25838b7a7a83231c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 10 Jan 2022 22:29:14 +0100 Subject: [PATCH] Add debug stuff --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) 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]