chore: Attempt more verbose console output
Container & Helm chart / Linting (push) Successful in 5s Details
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 1m2s Details
Container & Helm chart / Kubernetes Bootstrap Appliance (push) Successful in 21s Details

This commit is contained in:
Danny Bessems 2024-06-05 11:52:37 +10:00
parent 6e37fd756b
commit 1a0e674aa8
1 changed files with 3 additions and 1 deletions

View File

@ -78,6 +78,7 @@ jobs:
- name: Run `packer validate`
id: validate
run: |
set -ex
packer validate \
-only=vsphere-iso.bootstrap \
-var vm_name=${{ gitea.job }}-${{ gitea.sha:0:10 }}-$(openssl rand -hex 3) \
@ -90,8 +91,9 @@ jobs:
-var k8s_version=${{ steps.get_k8sversion.outputs.result }} \
-var appliance_version=${{ needs.semrel_dryrun.outputs.version }} \
./packer
- name: Build Artifact
- name: Run `packer build`
run: |
set -ex
packer build \
-only=vsphere-iso.bootstrap \
-var vm_name=${{ gitea.job }}-${{ gitea.sha:0:10 }}-$(openssl rand -hex 3) \