Merge branch 'master' of https://git.nielsgeens.be/llm/SIA
This commit is contained in:
@@ -81,7 +81,7 @@ mkdir -p "/root/venvs"
|
|||||||
# Clone SIA repository
|
# Clone SIA repository
|
||||||
if [ ! -d "/root/sia" ]; then
|
if [ ! -d "/root/sia" ]; then
|
||||||
echo "Cloning SIA repository..."
|
echo "Cloning SIA repository..."
|
||||||
git clone "https://$SIA_REPO_USER:$SIA_REPO_PAT@${SIA_REPO_URL#https://}" "/root/sia"
|
git clone --recursive "https://$SIA_REPO_USER:$SIA_REPO_PAT@${SIA_REPO_URL#https://}" "/root/sia"
|
||||||
|
|
||||||
echo "Configuring git user and email..."
|
echo "Configuring git user and email..."
|
||||||
cd "/root/sia"
|
cd "/root/sia"
|
||||||
|
|||||||
Reference in New Issue
Block a user