Skip to content

Commit

Permalink
fix quote
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Mar 5, 2024
1 parent 1449936 commit 2dae69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ jobs:
: # get the postgres version to test
keycloak_version_number="$(echo '${{ matrix.keycloak_version }}' | sed 's/keycloak-//')"
postgres_version=$(curl -s https://raw.githubusercontent.com/keycloak/keycloak/release/${keycloak_version_number}.0/pom.xml | \
awk -F'[><]' '/<postgresql.version>/{print $3}')
postgres_version="$(curl -s https://raw.githubusercontent.com/keycloak/keycloak/release/${keycloak_version_number}.0/pom.xml | \
awk -F'[><]' '/<postgresql.version>/{print $3}')"
echo "postgres_version=${postgres_version}" >> "$GITHUB_ENV"
echo "postgres_version=${postgres_version}"
Expand Down

0 comments on commit 2dae69a

Please sign in to comment.