Skip to content

Commit 7aa385c

Browse files
committed
temp change to yaml to use ci.common branch
1 parent 96848e1 commit 7aa385c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
- name: Checkout ci.common
4949
uses: actions/checkout@v3
5050
with:
51-
repository: OpenLiberty/ci.common
51+
repository: cherylking/ci.common
52+
ref: updateBinaryScannerDep
5253
path: ci.common
5354
- name: Checkout ci.ant
5455
uses: actions/checkout@v3
@@ -102,7 +103,7 @@ jobs:
102103
- name: Clone ci.ant and ci.common repos to github.workspace
103104
run: |
104105
echo ${{github.workspace}}
105-
git clone https://github.com/OpenLiberty/ci.common.git ${{github.workspace}}/ci.common
106+
git clone https://github.com/cherylking/ci.common.git --branch updateBinaryScannerDep --single-branch ${{github.workspace}}/ci.common
106107
git clone https://github.com/OpenLiberty/ci.ant.git ${{github.workspace}}/ci.ant
107108
- name: Set up Maven
108109
uses: stCarolas/setup-maven@v4.5

0 commit comments

Comments
 (0)