Skip to content

Commit

Permalink
VPC: Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Sep 16, 2024
1 parent f1f0015 commit 96ec847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ansible/pbTestScripts/buildJDK.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,13 @@ processArgs() {

usage() {
echo "Usage: ./buildJDK.sh <options>
Options:
--version | -v Specify the JDK version to build
--fork | -f Specify the fork of openjdk-build to build from (Default: adoptopenjdk)
--branch | -b Specify the branch of the fork to build from (Default: master)
--hotspot | -hs Builds hotspot, default is openj9
--clean-workspace | -c Removes old openjdk-build folder before cloning
--help | -h Shows this message
If not specified, JDK8-J9 will be built with the standard openjdk-build repo"
echo
}
Expand Down
4 changes: 2 additions & 2 deletions ansible/pbTestScripts/vmDestroy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ checkOS() {
osToDestroy="U21";;
"Ubuntu2204" | "U22" | "u22" )
osToDestroy="U22";;
"Ubuntu2404" | "U24" | "u24" )
osToDestroy="U24";;
"Ubuntu2404" | "U24" | "u24" )
osToDestroy="U24";;
"CentOS6" | "centos6" | "C6" | "c6" )
osToDestroy="C6" ;;
"CentOS7" | "centos7" | "C7" | "c7" )
Expand Down

0 comments on commit 96ec847

Please sign in to comment.