Enable ssl no verify for GIT

pull/1/head
Nicolas Arenas 2024-11-11 09:48:42 +01:00
parent 56e7418c71
commit 18d7bd4ddf
1 changed files with 2 additions and 0 deletions

View File

@ -4,9 +4,11 @@ set -e
GIT_BRANCH=$1
GIT_REPO=https://ognproject.evlt.uma.es/gitea/opengnsys/ogrepository.git
GIT_SSL_NO_VERIFY=true
INSTALL_DIR=/opt/opengnsys/ogrepository
DEBIAN_FRONTEND=noninteractive
export DEBIAN_FRONTEND
export GIT_SSL_NO_VERIFY
clone_repository() {
local BRANCH=$1