Change syntax #2
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Danny Bessems 2023-02-23 12:22:25 +01:00
parent ec1f1e79a7
commit f113a61731

View File

@ -29,7 +29,7 @@ steps:
curl \ curl \
make make
- | - |
jq '.password="$RANDOM_STRING"' ./packer/ova/vsphere.json > /tmp/vsphere.json && \ jq '.password="'"$RANDOM_STRING"'"' ./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 cat ./packer/ova/vsphere.json