Skip to content

Commit

Permalink
Debug VM Build Process
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisage committed Sep 1, 2023
1 parent 5eaa4d5 commit d764fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-virtual-machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build rack-box virtual machine
run: |
cd RACK/rack-box
packer build -var headless=true -var version=${{ inputs.version }} rack-box-virtualbox.json
packer build -debug -var headless=true -var version=${{ inputs.version }} rack-box-virtualbox.json
- name: Split rack-box virtual machine
run: |
Expand Down

0 comments on commit d764fef

Please sign in to comment.