allow specifying a github username if working on forks (#58)
This commit is contained in:
committed by
Brendan Burns
parent
df8b843fb9
commit
da2c88defb
@@ -25,8 +25,9 @@ ARGC=$#
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "Usage:"
|
||||
echo " java.sh OUTPUT_DIR SETTING_FILE_PATH"
|
||||
echo " $(basename ${0}) OUTPUT_DIR SETTING_FILE_PATH"
|
||||
echo " Setting file should define KUBERNETES_BRANCH, CLIENT_VERSION, and PACKAGE_NAME"
|
||||
echo " Setting file can define an optional USERNAME if you're working on a fork"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user