Skip to content

Commit 56b532f

Browse files
authored
Merge pull request #204 from OpenLiberty/staging
Merge staging to prod: update the linux instruction
2 parents 9b37173 + d63c74b commit 56b532f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: bash ./tools/pr-checker/checker.sh ${{ github.repository }} ${{ github.event.pull_request.number }} | tee checker.log
2424
- id: Lint-Code-Base
2525
if: always()
26-
uses: github/super-linter@v3
26+
uses: github/super-linter@v3.17.0
2727
env:
2828
VALIDATE_ALL_CODEBASE: false
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// INSTRUCTION: Please remove all comments that start INSTRUCTION prior to commit. Most comments should be removed, although not the copyright.
22
// INSTRUCTION: The copyright statement must appear at the top of the file
33
//
4-
// Copyright (c) 2018, 2021 IBM Corporation and others.
4+
// Copyright (c) 2018, 2022 IBM Corporation and others.
55
// Licensed under Creative Commons Attribution-NoDerivatives
66
// 4.0 International (CC BY-ND 4.0)
77
// https://creativecommons.org/licenses/by-nd/4.0/
@@ -586,7 +586,7 @@ mvn failsafe:integration-test
586586
Run the integration tests with the IP address for Minikube:
587587
[role='command']
588588
```
589-
mvn failsafe:integration-test -Dcluster.ip=$(minikube ip)
589+
mvn failsafe:integration-test -Dsystem.service.root=$(minikube ip):31000 -Dinventory.service.root=$(minikube ip):32000
590590
```
591591
--
592592
endif::[]

0 commit comments

Comments
 (0)