pull/1/head
Nicolas Arenas 2024-11-11 09:53:13 +01:00
parent 2e78e3d012
commit 7f6be093a7
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ export GIT_SSL_NO_VERIFY
clone_repository() {
local BRANCH=$1
rm -rf $DOWNLOAD_DIR
git clone -b "$BRANCH" $GIT_REPO $DOWNLOAD_DIR
chown -R ogrepository:ogrepository $DOWNLOAD_DIR
}