add ccsdk-sli-northbound
[infra/cicd.git] / jjb / onap-offline / build_jobs / scripts / 4_build_nexus.sh
index 6136cdda728163bd3e7bd78086f15a6681f93d67..9dcccae7c33e530c29a97b051e893c83b1b76443 100644 (file)
@@ -1,7 +1,5 @@
 #!/bin/bash
 
-set -x
-
 ### Setting up variables used in the script ###
 build_node_ip=$(openstack server list -c Name -c Networks -f value | egrep ${openstack_build_stack_name} | awk '{print $NF}' | sed 's/.*=//g')
 ssh_cmd="ssh -o StrictHostKeychecking=no -i ${ssh_key} ${remote_user}@${build_node_ip}"