From fe27cf3deeea84b6b2ddd4c9ab2155f1043548c7 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 27 Feb 2019 23:21:37 +0100 Subject: [PATCH] test --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 60687b3..0c101b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,6 +50,7 @@ steps: ANSIBLE_LIBRARY: /drone/src/custom_modules commands: - ls -l /drone/src/custom_modules + - echo "$ANSIBLE_LIBRARY" - mkdir $HOME/.ssh - echo "$GCE_SSH_KEY" > $HOME/.ssh/google_compute_engine - chmod 600 $HOME/.ssh/google_compute_engine