Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve usage.
Browse files Browse the repository at this point in the history
Thomas Neidhart committed Nov 9, 2023
1 parent 77d8477 commit 14df7b9
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
@@ -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)

0 comments on commit 14df7b9

Please sign in to comment.