diff --git a/.drone.yml b/.drone.yml index 4ef46aa..9605dd5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,13 +15,12 @@ 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 - | - make -C /home/imagebuilder build-node-ova-vsphere-ubuntu-2204 + make -C /home/imagebuilder help + # make -C /home/imagebuilder build-node-ova-vsphere-ubuntu-2204 environment: VSPHERE_PASSWORD: from_secret: vsphere_password