Skip to content

Commit a935b19

Browse files
committed
chore: revert this to working version
1 parent d80e8b3 commit a935b19

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,7 @@ jobs:
7474

7575
- name: Generate common-nix.vars.pkr.hcl
7676
run: |
77-
# If version contains orioledb-, handle it differently
78-
if [[ "${{ matrix.version }}" == *"orioledb-"* ]]; then
79-
PG_VERSION=$(nix run nixpkgs#yq -- '.postgres_release.postgresorioledb-17' ansible/vars.yml)
80-
else
81-
PG_VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres${{ matrix.version }}"]' ansible/vars.yml)
82-
fi
77+
PG_VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres${{ matrix.version }}"]' ansible/vars.yml)
8378
PG_VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
8479
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl
8580
echo "" >> common-nix.vars.pkr.hcl

0 commit comments

Comments
 (0)