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