Skip to content

Commit 3034704

Browse files
committed
.
1 parent 7528325 commit 3034704

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373

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

0 commit comments

Comments
 (0)