Skip to content

Commit

Permalink
temp change yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jjiwooLim committed Oct 6, 2023
1 parent 19c6efa commit 1a29211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: OpenLiberty/ci.common
ref: verifySig
path: ci.common
- name: Checkout ci.ant
uses: actions/checkout@v3
Expand Down Expand Up @@ -98,7 +99,7 @@ jobs:
- name: Clone ci.ant, ci.common, ci.maven repos to C drive
run: |
cp -r D:/a/ci.maven/ci.maven C:/ci.maven
git clone https://github.com/OpenLiberty/ci.common.git C:/ci.common
git clone https://github.com/jjiwooLim/ci.common.git --branch verifySig --single-branch C:/ci.common
git clone https://github.com/OpenLiberty/ci.ant.git C:/ci.ant
- name: Set up Maven
uses: stCarolas/[email protected]
Expand Down

0 comments on commit 1a29211

Please sign in to comment.