chore: Attempt more verbose console output #2
Container & Helm chart / Linting (push) Successful in 6s Details
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 35s Details
Container & Helm chart / Kubernetes Bootstrap Appliance (push) Successful in 19s Details

This commit is contained in:
Danny Bessems 2024-06-05 11:56:12 +10:00
parent 1a0e674aa8
commit 3cefd67458
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ jobs:
- name: Run `packer validate`
id: validate
run: |
set -ex
packer validate \
-e PACKER_LOG=1 \
-only=vsphere-iso.bootstrap \
-var vm_name=${{ gitea.job }}-${{ gitea.sha:0:10 }}-$(openssl rand -hex 3) \
-var docker_username=${{ secrets.DOCKER_USERNAME }} \
@ -93,8 +93,8 @@ jobs:
./packer
- name: Run `packer build`
run: |
set -ex
packer build \
-e PACKER_LOG=1 \
-only=vsphere-iso.bootstrap \
-var vm_name=${{ gitea.job }}-${{ gitea.sha:0:10 }}-$(openssl rand -hex 3) \
-var docker_username=${{ secrets.DOCKER_USERNAME }} \