Skip to content

Commit

Permalink
Revert back to ci.common main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Apr 3, 2023
1 parent 57313d3 commit d656b2a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
- name: Checkout ci.common
uses: actions/checkout@v3
with:
repository: cherylking/ci.common
ref: resolveVars
repository: OpenLiberty/ci.common
path: ci.common
- name: Checkout ci.ant
uses: actions/checkout@v3
Expand Down Expand Up @@ -99,7 +98,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/cherylking/ci.common.git --branch resolveVars --single-branch C:/ci.common
git clone https://github.com/OpenLiberty/ci.common.git C:/ci.common
git clone https://github.com/OpenLiberty/ci.ant.git C:/ci.ant
- name: Cache maven packages
uses: actions/cache@v3
Expand Down

0 comments on commit d656b2a

Please sign in to comment.