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 7528325 commit 3034704Copy full SHA for 3034704
.github/workflows/qemu-image-build.yml
@@ -73,7 +73,6 @@ jobs:
73
74
- name: Generate common-nix.vars.pkr.hcl
75
run: |
76
- . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
77
PG_VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
78
PG_VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
79
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl
0 commit comments