From 20a02d7d01502bfbbeea6218cbf623c6c40395a1 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 5 May 2020 11:30:14 +0200
Subject: [PATCH] Changed VIPSCommon branch back to master

---
 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 0e2e538..4e416ba 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 no_renjin 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 master https://$vipscommon_deploy_token:$vipscommon_deploy_password@gitlab.nibio.no/VIPS/VIPSCommon.git ~/VIPSCommon"
 
 # Build the source code
 cd /home/$CODE_USER/VIPSCommon
-- 
GitLab