Skip to content

Commit 7833806

Browse files
committed
rolling back workflow yaml
Signed-off-by: Arun Venmany <Arun.Kumar.V.N@ibm.com>
1 parent cfd6d07 commit 7833806

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ jobs:
3939
- name: Checkout ci.common
4040
uses: actions/checkout@v3
4141
with:
42-
repository: arunvenmany-ibm/ci.common
42+
repository: OpenLiberty/ci.common
4343
path: ci.common
44-
ref: springboot_multi_node_fix
4544
- name: Checkout ci.ant
4645
uses: actions/checkout@v3
4746
with:
@@ -125,7 +124,7 @@ jobs:
125124
- name: Clone ci.ant, ci.common, ci.gradle repos to C drive
126125
run: |
127126
cp -r D:/a/ci.gradle/ci.gradle C:/ci.gradle
128-
git clone https://github.com/arunvenmany-ibm/ci.common.git --branch springboot_multi_node_fix --single-branch C:/ci.common
127+
git clone https://github.com/OpenLiberty/ci.common.git C:/ci.common
129128
git clone https://github.com/OpenLiberty/ci.ant.git C:/ci.ant
130129
# Cache mvn/gradle packages
131130
- name: Cache Maven packages

0 commit comments

Comments
 (0)