Skip to content

Commit

Permalink
Improve usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Nov 9, 2023
1 parent 609b150 commit 2addfec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tooling/release_download_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ source "$SCRIPT_DIR/common_logging.sh"
usage() {
local USAGE
USAGE="
Usage: $(basename "${0}") [OPTIONS] TAG
Usage: $(basename "${0}") [OPTIONS] [TAG]
This scripts downloads the specified release from the GitHub temurinXX-binaries and runs validation checks on it.
If no TAG is provided, it is expected that a \$TAG variable is present containing the tag to validate.
If no \$WORKSPACE variable is set, the current working directory will be used as base for the staging area, otherwise
the directory specified in the \$WORKSPACE variable will be used.
Options:
-k keep staging area (should only be used for debugging / testing);
-s skip downloading of release artifacts (should only be used for debugging / testing)
Expand Down

0 comments on commit 2addfec

Please sign in to comment.