chore: Revert debugging

This commit is contained in:
Danny Bessems 2023-10-24 09:31:33 +02:00
parent 720bc43546
commit 27cb500b8c
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ steps:
./packer
- |
packer build \
-on-error=abort -timestamp-ui \
-on-error=cleanup -timestamp-ui \
-only=vsphere-iso.bootstrap \
-var vm_name=${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_SHA:0:10}-$(openssl rand -hex 3) \
-var docker_username=$${DOCKER_USERNAME} \
@ -173,7 +173,7 @@ steps:
./packer
- |
packer build \
-on-error=abort -timestamp-ui \
-on-error=cleanup -timestamp-ui \
-only=vsphere-iso.upgrade \
-var vm_name=${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_SHA:0:10}-$(openssl rand -hex 3) \
-var docker_username=$${DOCKER_USERNAME} \