mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 19:30:14 +02:00
Removed feature branch in install script
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user