File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
run : bash ./tools/pr-checker/checker.sh ${{ github.repository }} ${{ github.event.pull_request.number }} | tee checker.log
24
24
- id : Lint-Code-Base
25
25
if : always()
26
- uses : github/super-linter@v3
26
+ uses : github/super-linter@v3.17.0
27
27
env :
28
28
VALIDATE_ALL_CODEBASE : false
29
29
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
// INSTRUCTION: Please remove all comments that start INSTRUCTION prior to commit. Most comments should be removed, although not the copyright.
2
2
// INSTRUCTION: The copyright statement must appear at the top of the file
3
3
//
4
- // Copyright (c) 2018, 2021 IBM Corporation and others.
4
+ // Copyright (c) 2018, 2022 IBM Corporation and others.
5
5
// Licensed under Creative Commons Attribution-NoDerivatives
6
6
// 4.0 International (CC BY-ND 4.0)
7
7
// https://creativecommons.org/licenses/by-nd/4.0/
@@ -586,7 +586,7 @@ mvn failsafe:integration-test
586
586
Run the integration tests with the IP address for Minikube:
587
587
[role='command']
588
588
```
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
590
590
```
591
591
--
592
592
endif::[]
You can’t perform that action at this time.
0 commit comments