X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_from_source.sh;h=5a87068b3074ce011b28063103a0180423554e44;hb=b9aec3e45e01ed85b8200ab4ca9d546bda33f59e;hp=49cabfbcaed5f2ebf6dc6893c9e14f7d380c6e8b;hpb=2a382730c472ce6590fd81145d32577ca9e9049b;p=osm%2Fdevops.git diff --git a/installers/install_from_source.sh b/installers/install_from_source.sh index 49cabfbc..5a87068b 100755 --- a/installers/install_from_source.sh +++ b/installers/install_from_source.sh @@ -279,7 +279,7 @@ echo -e "\nChecking required packages: wget, curl, tar" dpkg -l wget curl tar &>/dev/null || ! echo -e " One or several packages are not installed.\nInstalling required packages\n Root privileges are required" || sudo apt install -y wget curl tar echo -e "\nCreating the containers and building ..." -$OSM_DEVOPS/jenkins/host/start_build RO checkout $COMMIT_ID +$OSM_DEVOPS/jenkins/host/start_build RO --notest checkout $COMMIT_ID $OSM_DEVOPS/jenkins/host/start_build VCA $OSM_DEVOPS/jenkins/host/start_build SO checkout $COMMIT_ID $OSM_DEVOPS/jenkins/host/start_build UI checkout $COMMIT_ID