Removed feature branch in install script
This commit is contained in:
parent
00659cd8f4
commit
31f4ec9a1d
|
@ -26,7 +26,7 @@ if [ -d "/srv/docker/bridgehead" ]; then
|
|||
else
|
||||
log "INFO" "Cloning $bridgehead_repository_url to /srv/docker/bridgehead"
|
||||
mkdir -p /srv/docker/
|
||||
git clone bridgehead_repository_url /srv/docker/bridgehead -b feature/samplyBeam
|
||||
git clone bridgehead_repository_url /srv/docker/bridgehead
|
||||
fi
|
||||
|
||||
case "$PROJECT" in
|
||||
|
|
Loading…
Reference in New Issue