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.
Adapting to ServerConfigDocument constructor changes
Signed-off-by: Arun Venmany <[email protected]>
- Loading branch information
1 parent
6198492
commit f0ce827
Showing
8 changed files
with
17 additions
and
59 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 |
---|---|---|
|
@@ -48,8 +48,9 @@ jobs: | |
- name: Checkout ci.common | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: OpenLiberty/ci.common | ||
repository: arunvenmany-ibm/ci.common | ||
path: ci.common | ||
ref: varProcessing_lcls | ||
- name: Checkout ci.ant | ||
uses: actions/checkout@v3 | ||
with: | ||
|
@@ -102,7 +103,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/arunvenmany-ibm/ci.common.git --branch varProcessing_lcls --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] | ||
|
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
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
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
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
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
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
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