mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
remove branch parameter from git clone
This commit is contained in:
parent
38946a0b06
commit
d609e4137b
@ -82,7 +82,7 @@ mkdir $SCRIPT_PATH/deploy >/dev/null 2>&1
|
|||||||
# get Hyperion source, cleanup previous folder
|
# get Hyperion source, cleanup previous folder
|
||||||
echo "---> Downloading Hyperion source code from ${GIT_REPO_URL}"
|
echo "---> Downloading Hyperion source code from ${GIT_REPO_URL}"
|
||||||
sudo rm -fr $SCRIPT_PATH/hyperion >/dev/null 2>&1
|
sudo rm -fr $SCRIPT_PATH/hyperion >/dev/null 2>&1
|
||||||
git clone --recursive --depth 1 -q -b rework $GIT_REPO_URL $SCRIPT_PATH/hyperion || { echo "---> Failed to download Hyperion source code! Abort"; exit 1; }
|
git clone --recursive --depth 1 -q $GIT_REPO_URL $SCRIPT_PATH/hyperion || { echo "---> Failed to download Hyperion source code! Abort"; exit 1; }
|
||||||
|
|
||||||
# start compilation
|
# start compilation
|
||||||
# Remove container after stop
|
# Remove container after stop
|
||||||
|
Loading…
Reference in New Issue
Block a user