Skip to content
Snippets Groups Projects
Commit d2298912 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Changed repo for VIPSCommon to no_renjin due to repositori issues

parent 656b650c
Branches
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ printf "\n-------------------------------------------------------\n" ...@@ -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 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 # 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://$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 # Build the source code
cd /home/$CODE_USER/VIPSCommon cd /home/$CODE_USER/VIPSCommon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment