From 6fddf1a60e5d9d0c348310993c51490f22fc11c0 Mon Sep 17 00:00:00 2001 From: jjiwooLim Date: Fri, 3 Nov 2023 16:50:51 -0400 Subject: [PATCH] temp change yml --- .github/workflows/gradle.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index d70201b6..440fb49d 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -39,7 +39,8 @@ jobs: - name: Checkout ci.common uses: actions/checkout@v3 with: - repository: OpenLiberty/ci.common + repository: jjiwooLim/ci.common + ref: localEsa path: ci.common - name: Checkout ci.ant uses: actions/checkout@v3 @@ -122,7 +123,7 @@ jobs: - name: Clone ci.ant, ci.common, ci.gradle repos to C drive run: | cp -r D:/a/ci.gradle/ci.gradle C:/ci.gradle - git clone https://github.com/OpenLiberty/ci.common.git C:/ci.common + git clone https://github.com/jjiwooLim/ci.common.git --branch localEsa --single-branch C:/ci.common git clone https://github.com/OpenLiberty/ci.ant.git C:/ci.ant # Cache mvn/gradle packages - name: Cache Maven packages