Skip to content

Commit ded899d

Browse files
committed
remove unused pkrvars
1 parent 2f752f7 commit ded899d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/arcus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: image_build
4242
run: |
4343
. venv/bin/activate
44-
PACKER_LOG=1 packer build --on-error=ask -var-file=arcus.builder.pkrvars.hcl openstack.pkr.hcl
44+
PACKER_LOG=1 packer build --on-error=ask openstack.pkr.hcl
4545
env:
4646
OS_CLOUD: openstack
4747

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Current manual steps, assuming a Rocky Linux 8.5 host on Arcus:
2121
1. Clone the repo
2222
1. Install environment: `./setup.sh`
2323
1. Activate venv if necessary: `. venv/bin/activate`
24-
1. Build image: `PACKER_LOG=1 packer build --on-error=ask -var-file=arcus.builder.pkrvars.hcl openstack.pkr.hcl`
24+
1. Build image: `PACKER_LOG=1 packer build --on-error=ask openstack.pkr.hcl`
2525

2626
# Usage of Images
2727

arcus.builder.pkrvars.hcl

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)