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 f964393 commit 23fbb98Copy full SHA for 23fbb98
.github/workflows/qemu-image-build.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Generate common-nix.vars.pkr.hcl
46
run: |
47
- PG_VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
+ PG_VERSION=$(sudo nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
48
PG_VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
49
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl
50
echo 'postgres-major-version = "'$POSTGRES_MAJOR_VERSION'"' >> common-nix.vars.pkr.hcl
0 commit comments