Move artifact to output volume;Add debug user
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
e220c2bc24
commit
139629a458
@ -22,8 +22,6 @@ steps:
|
|||||||
image: bv11-cr01.bessems.eu/library/packer-extended
|
image: bv11-cr01.bessems.eu/library/packer-extended
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- |
|
|
||||||
ls -lash /output
|
|
||||||
- |
|
- |
|
||||||
apt-get update
|
apt-get update
|
||||||
- |
|
- |
|
||||||
@ -38,7 +36,7 @@ steps:
|
|||||||
- |
|
- |
|
||||||
make build-node-ova-vsphere-ubuntu-2204
|
make build-node-ova-vsphere-ubuntu-2204
|
||||||
- |
|
- |
|
||||||
ls -lash /output
|
mv /drone/src/output/*ova* /output
|
||||||
environment:
|
environment:
|
||||||
VSPHERE_PASSWORD:
|
VSPHERE_PASSWORD:
|
||||||
from_secret: vsphere_password
|
from_secret: vsphere_password
|
||||||
|
@ -72,6 +72,13 @@ autoinstall:
|
|||||||
lock-passwd: false
|
lock-passwd: false
|
||||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
|
- name: debug
|
||||||
|
# openssl passwd -6 -stdin <<< builder
|
||||||
|
passwd: $6$RV/VrJxepcO.hOkg$kaGIJvGcrAEY8y71d2HwXZcbcW7JPc/BIULJ0VQ6BkGZDAX3kWIWcrFaYeGDXWY3LWOfMXZHYcEb6C2/3ai8Y/
|
||||||
|
groups: [adm, cdrom, dip, plugdev, lxd, sudo]
|
||||||
|
lock-passwd: false
|
||||||
|
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||||
|
shell: /bin/bash
|
||||||
|
|
||||||
# This command runs after all other steps; it:
|
# This command runs after all other steps; it:
|
||||||
# 1. Disables swapfiles
|
# 1. Disables swapfiles
|
||||||
|
Loading…
Reference in New Issue
Block a user