From a4ad9f2d809a1258214fad9b948c69a5089d4370 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Wed, 6 Dec 2023 18:50:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20auto-detect=20`JAVA=5FHOME`=20of=20java?= =?UTF-8?q?=20versions=20when=20running=20in=20GitHub=20Actions=20?= =?UTF-8?q?=E2=98=95=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/strong-ci.yml | 5 ----- scripts/bash-buddy | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/strong-ci.yml b/.github/workflows/strong-ci.yml index 3ea3d44..a8da61d 100644 --- a/.github/workflows/strong-ci.yml +++ b/.github/workflows/strong-ci.yml @@ -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/ diff --git a/scripts/bash-buddy b/scripts/bash-buddy index e3b1586..5a5a519 160000 --- a/scripts/bash-buddy +++ b/scripts/bash-buddy @@ -1 +1 @@ -Subproject commit e3b1586dc53f15b9b8a8ff74c2d0b3108872a61b +Subproject commit 5a5a5199a94a2014dc1164706bb73c87f33b41e6