add ccsdk-sli-northbound
[infra/cicd.git] / jjb / onap-offline / build_jobs / scripts / 2_build_preparation.sh
index 9978eb289da53b0c02ec69e89ac706753e909a14..19785493eb4ae4441d80cd9118e49c306c4404aa 100644 (file)
@@ -1,7 +1,5 @@
 #!/bin/bash
 
-set -x
-
 ### Some other ways to get build_node_ip in case you don't want to make a file on Jenkins server ###
 #build_node_ip=$(openstack server list -c Name -c Networks -f value | egrep ${stack_name} | awk '{print $NF}')
 #build_node_ip=$(openstack server show ${stack_name} -f value -c addresses | cut -d' ' -f2 )