Check make help
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-23 21:32:13 +01:00
parent 2d873f3c20
commit 3b8e90b267

View File

@@ -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