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 277f761 commit aa07a38Copy full SHA for aa07a38
.github/workflows/qemu-image-build.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Generate common-nix.vars.pkr.hcl
83
run: |
84
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
85
- PG_VERSION=$(sudo nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
+ PG_VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
86
PG_VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
87
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl
88
echo 'postgres_major_version = "'$POSTGRES_MAJOR_VERSION'"' >> common-nix.vars.pkr.hcl
0 commit comments