2 Commits

Author SHA1 Message Date
1cfca1fa4a chore: Temporarily disable 'no_log'
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-24 09:38:11 +02:00
27cb500b8c chore: Revert debugging 2023-10-24 09:31:33 +02:00
2 changed files with 3 additions and 3 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} \

View File

@ -123,7 +123,7 @@
path: /opt/metacluster/pinniped/local-user-authenticator.yaml
regex: '([ ]*image: .*)@.*'
replace: '\\1'
no_log: true
# no_log: true
# - name: Inject manifests
# ansible.builtin.template: