Revert output directory;Add sleep for debugging
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
963930e04d
commit
e27b3f1f6f
@ -35,6 +35,10 @@ steps:
|
||||
make deps-ova
|
||||
- |
|
||||
make build-node-ova-vsphere-ubuntu-2204
|
||||
- |
|
||||
mv ./output/* /output
|
||||
- |
|
||||
sleep 3600
|
||||
environment:
|
||||
VSPHERE_PASSWORD:
|
||||
from_secret: vsphere_password
|
||||
|
@ -480,7 +480,7 @@
|
||||
"kubernetes_semver": null,
|
||||
"kubernetes_source_type": null,
|
||||
"kubernetes_typed_version": "kube-{{user `kubernetes_semver`}}",
|
||||
"output_dir": "/output/{{user `build_version`}}",
|
||||
"output_dir": "./output/{{user `build_version`}}",
|
||||
"username": "",
|
||||
"vcenter_server": "",
|
||||
"vsphere_guest_os_type": null
|
||||
|
Loading…
Reference in New Issue
Block a user