Removed feature branch in install script

This commit is contained in:
Patrick Skowronek 2022-11-23 13:37:25 +01:00
parent 00659cd8f4
commit 31f4ec9a1d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ if [ -d "/srv/docker/bridgehead" ]; then
else else
log "INFO" "Cloning $bridgehead_repository_url to /srv/docker/bridgehead" log "INFO" "Cloning $bridgehead_repository_url to /srv/docker/bridgehead"
mkdir -p /srv/docker/ mkdir -p /srv/docker/
git clone bridgehead_repository_url /srv/docker/bridgehead -b feature/samplyBeam git clone bridgehead_repository_url /srv/docker/bridgehead
fi fi
case "$PROJECT" in case "$PROJECT" in