Skip to content

Commit

Permalink
Merge pull request #335 from stackhpc/fix/image-build
Browse files Browse the repository at this point in the history
Fix testuser password in CI image build
  • Loading branch information
sjpb authored Nov 29, 2023
2 parents ea3155a + 998d089 commit dd062fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fatimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
cd packer/
packer init .
PACKER_LOG=1 packer build -only openstack.openhpc -on-error=${{ vars.PACKER_ON_ERROR }} -var-file=$PKR_VAR_environment_root/${{ vars.CI_CLOUD }}.pkrvars.hcl openstack.pkr.hcl
env:
TESTUSER_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }}

- name: Get created image name from manifest
id: manifest
Expand Down

0 comments on commit dd062fb

Please sign in to comment.