diff options
Diffstat (limited to 'heat/ONAP/cloud-config/so_install.sh')
-rw-r--r-- | heat/ONAP/cloud-config/so_install.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/heat/ONAP/cloud-config/so_install.sh b/heat/ONAP/cloud-config/so_install.sh index 18995249..3a8f3fc2 100644 --- a/heat/ONAP/cloud-config/so_install.sh +++ b/heat/ONAP/cloud-config/so_install.sh @@ -13,11 +13,6 @@ then export https_proxy=$HTTPS_PROXY fi - -# Download scripts from Nexus -update-rc.d so_serv.sh defaults - - # Clone Gerrit repository and run docker containers. cd /opt git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO test_lab |