Skip to content

Commit

Permalink
feat: auto-detect JAVA_HOME of java versions when running in GitHub…
Browse files Browse the repository at this point in the history
… Actions ☕️
  • Loading branch information
oldratlee committed Dec 6, 2023
1 parent 1248e68 commit a4ad9f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/strong-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ jobs:
distribution: zulu

- run: scripts/integration_test
env:
JAVA8_HOME: ${{ env.JAVA_HOME_8_X64 }}
JAVA11_HOME: ${{ env.JAVA_HOME_11_X64 }}
JAVA17_HOME: ${{ env.JAVA_HOME_17_X64 }}
JAVA21_HOME: ${{ env.JAVA_HOME_21_X64 }}

- name: remove self maven install files
run: rm -rf $HOME/.m2/repository/com/foldright/auto-pipeline/
Expand Down
2 changes: 1 addition & 1 deletion scripts/bash-buddy
Submodule bash-buddy updated 1 files
+29 −0 lib/java_utils.sh

0 comments on commit a4ad9f2

Please sign in to comment.