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 ec022a1 commit 18661bfCopy full SHA for 18661bf
.github/workflows/testinfra-nix.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Generate common-nix.vars.pkr.hcl
67
run: |
68
- PG_VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
+ PG_VERSION=$(sudo nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
69
PG_VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
70
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl
71
# Ensure there's a newline at the end of the file
0 commit comments