This commit is contained in:
@@ -15,13 +15,12 @@ steps:
|
|||||||
image: k8s.gcr.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.11
|
image: k8s.gcr.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.11
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- |
|
|
||||||
ls /home/imagebuilder/ -lashR
|
|
||||||
- |
|
- |
|
||||||
jq '.password="'"$VSPHERE_PASSWORD"'"' vsphere.json > /tmp/vsphere.json && \
|
jq '.password="'"$VSPHERE_PASSWORD"'"' vsphere.json > /tmp/vsphere.json && \
|
||||||
mv /tmp/vsphere.json 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:
|
environment:
|
||||||
VSPHERE_PASSWORD:
|
VSPHERE_PASSWORD:
|
||||||
from_secret: vsphere_password
|
from_secret: vsphere_password
|
||||||
|
|||||||
Reference in New Issue
Block a user