File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
74
74
- name : Generate common-nix.vars.pkr.hcl
75
75
run : |
76
- curl -L https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_linux_arm64 -o yq && mv yq /home/runner/.local/bin/
77
- PG_VERSION=$(yq '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
76
+ curl -L https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_linux_arm64 -o yq
77
+ PG_VERSION=$(./ yq '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
78
78
PG_VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
79
79
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl
80
80
echo 'postgres-major-version = "'$POSTGRES_MAJOR_VERSION'"' >> common-nix.vars.pkr.hcl
You can’t perform that action at this time.
0 commit comments