Skip to content

Commit

Permalink
Merge pull request #1030 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Update guide_prereqs.json
  • Loading branch information
gkwan-ibm committed Mar 7, 2024
2 parents 8a1da88 + 0100cca commit 92e53b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-build-java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Get default repos
if: ${{ github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch' && github.event.inputs.guide == 'all' }}
id: create-list
run: echo "repos=[ 'guide-spring-boot', 'guide-liberty-deep-dive' ]" >> $GITHUB_OUTPUT
run: echo "repos=[ 'guide-spring-boot', 'guide-liberty-deep-dive', 'guide-contract-testing' ]" >> $GITHUB_OUTPUT
- name: Set input repo
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.guide != 'all' }}
id: input-guide
Expand Down
7 changes: 6 additions & 1 deletion guide_prereqs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"name": "Java SDK",
"link": "https://developer.ibm.com/languages/java/semeru-runtimes/downloads",
"guides": ["*"],
"exclude": ["jpa-intro"]
"exclude": ["jpa-intro", "contract-testing"]
},
{
"name": "Java SDK 17+",
"link": "https://developer.ibm.com/languages/java/semeru-runtimes/downloads",
"guides": ["contract-testing"]
},
{
"name": "Java SDK 21",
Expand Down

0 comments on commit 92e53b4

Please sign in to comment.