mirror of
https://github.com/samply/bridgehead.git
synced 2025-07-01 16:50:21 +02:00
Add gitCredentials to bridgehead script
This commit is contained in:
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user