Allow specifying a github repository if working on ecosystem projects (#63)
This commit is contained in:
committed by
Brendan Burns
parent
55f9ae0366
commit
7d7ec1cfee
@@ -25,6 +25,7 @@ if [ $# -ne 2 ]; then
|
||||
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"
|
||||
echo " Setting file can define an optional REPOSITORY if you're working on a ecosystem project"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user