Allow specifying a github repository if working on ecosystem projects (#63)

This commit is contained in:
Tamal Saha
2018-06-25 07:30:35 -07:00
committed by Brendan Burns
parent 55f9ae0366
commit 7d7ec1cfee
11 changed files with 20 additions and 4 deletions

View File

@@ -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