Skip to content

Commit

Permalink
ci: Try to set JAVA_HOME from correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Feb 28, 2024
1 parent 427bfaf commit b88a48b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
- name: Build & check Trino
run: |
just install-dev-tools
. ~/.asdf/plugins/java/set-java-home.bash
(cd java/trino-plugin && java --version && mvn --version)
echo "JAVA_HOME: $JAVA_HOME"
(cd java/trino-plugin && . ~/.asdf/plugins/java/set-java-home.bash)
(cd java/trino-plugin && java --version && mvn --version && echo "JAVA_HOME: $JAVA_HOME")
just docker-run-trino
just check-trino
docker tag trino-joinery ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
Expand Down

0 comments on commit b88a48b

Please sign in to comment.