Skip to content

Commit ef888d5

Browse files
authored
Fix fatimage workflow
1 parent b929c2b commit ef888d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
. venv/bin/activate
4949
. environments/.stackhpc/activate
5050
cd packer/
51-
packer init
51+
packer init .
5252
PACKER_LOG=1 packer build -only openstack.openhpc -on-error=ask -var-file=$PKR_VAR_environment_root/builder.pkrvars.hcl openstack.pkr.hcl
5353
5454
- name: Get created image name from manifest

0 commit comments

Comments
 (0)