mirror of https://github.com/samply/bridgehead.git
Add gitCredentials to bridgehead script
This commit is contained in:
parent
2d590b8763
commit
ba31975887
|
@ -166,6 +166,10 @@ case "$ACTION" in
|
||||||
;;
|
;;
|
||||||
postRun | postUpdate)
|
postRun | postUpdate)
|
||||||
;;
|
;;
|
||||||
|
gitCredentials)
|
||||||
|
loadVars >&2
|
||||||
|
exec ./lib/gitpassword.sh $@
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
printUsage
|
printUsage
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
@ -53,7 +53,7 @@ checkOwner(){
|
||||||
}
|
}
|
||||||
|
|
||||||
printUsage() {
|
printUsage() {
|
||||||
echo "Usage: bridgehead start|stop|logs|docker-logs|is-running|update|install|uninstall|adduser|enroll PROJECTNAME"
|
echo "Usage: bridgehead start|stop|logs|docker-logs|is-running|update|install|uninstall|adduser|enroll|gitCredentials PROJECTNAME"
|
||||||
echo "PROJECTNAME should be one of ccp|bbmri|cce|itcc|kr|dhki"
|
echo "PROJECTNAME should be one of ccp|bbmri|cce|itcc|kr|dhki"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue