forked from OpenLiberty/ci.maven
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Undo yaml changes for specific branch
- Loading branch information
1 parent
2f456f1
commit 9a238c4
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,8 +53,7 @@ jobs: | |
- name: Checkout ci.ant | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: cherylking/ci.ant | ||
ref: updateCompileJsp | ||
repository: OpenLiberty/ci.ant | ||
path: ci.ant | ||
- name: Set up Maven | ||
uses: stCarolas/[email protected] | ||
|
@@ -104,7 +103,7 @@ jobs: | |
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/cherylking/ci.ant.git --branch updateCompileJsp --single-branch C:/ci.ant | ||
git clone https://github.com/OpenLiberty/ci.ant.git C:/ci.ant | ||
- name: Set up Maven | ||
uses: stCarolas/[email protected] | ||
with: | ||
|