Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
darora committed Feb 4, 2025
1 parent 7528325 commit 3034704
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/qemu-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:

- name: Generate common-nix.vars.pkr.hcl
run: |
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
PG_VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
PG_VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl
Expand Down

0 comments on commit 3034704

Please sign in to comment.