add ccsdk-sli-northbound
[infra/cicd.git] / jjb / onap-offline / build_jobs / scripts / 3_build_download_artifacts.sh
index 48e39250f0a4fbb6bb4a5e5ee250b2cce31acd5c..6c60339da4ef0345948caecf6f599fff21e038e9 100644 (file)
@@ -1,7 +1,5 @@
 #!/bin/bash
 
-set -x
-
 ### Setting up variables used in this 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}"