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 7373
7474 - name : Generate common-nix.vars.pkr.hcl
7575 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)
7878 PG_VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
7979 echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl
8080 echo 'postgres-major-version = "'$POSTGRES_MAJOR_VERSION'"' >> common-nix.vars.pkr.hcl
You can’t perform that action at this time.
0 commit comments