Write jq output to temporary file
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
836dba0e5c
commit
8a443bc362
@ -29,9 +29,7 @@ steps:
|
||||
curl \
|
||||
make
|
||||
- |
|
||||
cat ./packer/ova/vsphere.json
|
||||
- |
|
||||
jq '.password="2rW2EELu*35ZuG$N8rz@mQ2J7Fp8o$D2"' ./packer/ova/vsphere.json > ./packer/ova/vsphere.json
|
||||
jq '.password="2rW2EELu*35ZuG$N8rz@mQ2J7Fp8o$D2"' ./packer/ova/vsphere.json > /tmp/vsphere.json && mv /tmp/vsphere.json ./packer/ova/vsphere.json
|
||||
- |
|
||||
cat ./packer/ova/vsphere.json
|
||||
- |
|
||||
|
Loading…
Reference in New Issue
Block a user