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 9770041 commit 109b062Copy full SHA for 109b062
.github/workflows/testinfra-ami-build.yml
@@ -100,7 +100,7 @@ jobs:
100
101
- name: Generate common-nix.vars.pkr.hcl
102
run: |
103
- PG_VERSION=$(sudo nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
+ PG_VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
104
PG_VERSION=$(echo "$PG_VERSION" | tr -d '"') # Remove any surrounding quotes
105
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl
106
# Ensure there's a newline at the end of the file
0 commit comments