Call make in official workdir
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user