This commit is contained in:
parent
f113a61731
commit
fce6d2c2a8
@ -29,10 +29,8 @@ steps:
|
|||||||
curl \
|
curl \
|
||||||
make
|
make
|
||||||
- |
|
- |
|
||||||
jq '.password="'"$RANDOM_STRING"'"' ./packer/ova/vsphere.json > /tmp/vsphere.json && \
|
jq '.password="'"$VSPHERE_PASSWORD"'"' ./packer/ova/vsphere.json > /tmp/vsphere.json && \
|
||||||
mv /tmp/vsphere.json ./packer/ova/vsphere.json
|
mv /tmp/vsphere.json ./packer/ova/vsphere.json
|
||||||
- |
|
|
||||||
cat ./packer/ova/vsphere.json
|
|
||||||
- |
|
- |
|
||||||
make deps-ova
|
make deps-ova
|
||||||
- |
|
- |
|
||||||
@ -40,7 +38,6 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
VSPHERE_PASSWORD:
|
VSPHERE_PASSWORD:
|
||||||
from_secret: vsphere_password
|
from_secret: vsphere_password
|
||||||
RANDOM_STRING: 2rW2EELu*35ZuG$N8rz@mQ2J7Fp8o$D2
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: output
|
- name: output
|
||||||
path: /output
|
path: /output
|
||||||
|
Loading…
Reference in New Issue
Block a user