Call make in official workdir
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-02-23 21:27:16 +01:00
parent e7160ef966
commit 49a7e6180b

View File

@@ -16,12 +16,15 @@ steps:
pull: always pull: always
commands: commands:
- | - |
ls / -lash jq '.password="'"$VSPHERE_PASSWORD"'"' vsphere.json > /tmp/vsphere.json && \
mv /tmp/vsphere.json vsphere.json
- | - |
make build-node-ova-vsphere-ubuntu-2204 make -C /home/imagebuilder build-node-ova-vsphere-ubuntu-2204
environment: environment:
VSPHERE_PASSWORD: VSPHERE_PASSWORD:
from_secret: vsphere_password from_secret: vsphere_password
PACKER_VAR_FILES:
/drone/src/vsphere.json
volumes: volumes:
- name: output - name: output
path: /output path: /output