We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5873dd commit a5a8228Copy full SHA for a5a8228
.github/workflows/ami-release-nix.yml
@@ -87,7 +87,7 @@ jobs:
87
run: |
88
packer init stage2-nix-psql.pkr.hcl
89
GIT_SHA=${{github.sha}}
90
- packer build -var "git_sha=${GIT_SHA}" -var "git-head-version=${GIT_SHA}" -var "packer-execution-id=${GITHUB_RUN_ID}" -var-file="development-arm.vars.pkr.hcl" -var-file="common-nix.vars.pkr.hcl" -var "ansible_arguments=-e postgresql_major=${POSTGRES_MAJOR_VERSION}" stage2-nix-psql.pkr.hcl
+ packer build -var "git_sha=${GIT_SHA}" -var "git-head-version=${GIT_SHA}" -var "packer-execution-id=${GITHUB_RUN_ID}" -var-file="development-arm.vars.pkr.hcl" -var-file="common-nix.vars.pkr.hcl" stage2-nix-psql.pkr.hcl
91
92
- name: Grab release version
93
id: process_release_version
0 commit comments