From 2d873f3c202a27a782abe104fcffe55e53bda2ca Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 23 Feb 2023 21:30:15 +0100 Subject: [PATCH] Check folder contents --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 96cc8a8..4ef46aa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,8 @@ steps: image: k8s.gcr.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.11 pull: always commands: + - | + ls /home/imagebuilder/ -lashR - | jq '.password="'"$VSPHERE_PASSWORD"'"' vsphere.json > /tmp/vsphere.json && \ mv /tmp/vsphere.json vsphere.json