From d2298912cd59b2e96cecbef78459a4fcfd7a0dd9 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Mon, 4 May 2020 11:12:20 +0200 Subject: [PATCH] Changed repo for VIPSCommon to no_renjin due to repositori issues --- vips-backend-single-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vips-backend-single-server.sh b/vips-backend-single-server.sh index 4e416ba..0e2e538 100755 --- a/vips-backend-single-server.sh +++ b/vips-backend-single-server.sh @@ -57,7 +57,7 @@ printf "\n-------------------------------------------------------\n" echo $(echo -n | openssl s_client -showcerts -connect gitlab.nibio.no:443 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p') >> /etc/ssl/certs/ca-certificates.crt # Cloning sudo -H -u $CODE_USER bash -c "git clone --single-branch --branch master https://$vipslogic_deploy_token:$vipslogic_deploy_password@gitlab.nibio.no/VIPS/VIPSLogic.git ~/VIPSLogic" -sudo -H -u $CODE_USER bash -c "git clone --single-branch --branch master https://$vipscommon_deploy_token:$vipscommon_deploy_password@gitlab.nibio.no/VIPS/VIPSCommon.git ~/VIPSCommon" +sudo -H -u $CODE_USER bash -c "git clone --single-branch --branch no_renjin https://$vipscommon_deploy_token:$vipscommon_deploy_password@gitlab.nibio.no/VIPS/VIPSCommon.git ~/VIPSCommon" # Build the source code cd /home/$CODE_USER/VIPSCommon -- GitLab