remove Debug
This commit is contained in:
parent
0653501a28
commit
c0c105450a
1 changed files with 0 additions and 2 deletions
|
@ -79,9 +79,7 @@ if ! $SSHS; then
|
|||
[ -z "${MSC_GIT_REMOTE_NAME+x}" ] && export MSC_GIT_REMOTE_NAME=origin
|
||||
[ -z "${MSC_GIT_BRANCH+x}" ] && export MSC_GIT_BRANCH=master
|
||||
# If TAG is set, checkout is always headless.
|
||||
loginfo "MSC_GIT_CHECKOUTSCRIPT_OPTIONS: $MSC_GIT_CHECKOUTSCRIPT_OPTIONS"
|
||||
[ -z "${MSC_GIT_TAG:+x}" ] || { export MSC_GIT_BRANCH=${MSC_GIT_TAG}; export MSC_GIT_CHECKOUTSCRIPT_OPTIONS="-h"; }
|
||||
loginfo "MSC_GIT_CHECKOUTSCRIPT_OPTIONS after: $MSC_GIT_CHECKOUTSCRIPT_OPTIONS"
|
||||
|
||||
#GIT_SSH_PATH="/srv/repos"
|
||||
|
||||
|
|
Loading…
Reference in a new issue