add ccsdk-sli-northbound
[infra/cicd.git] / jjb / onap-offline / build_jobs / scripts / 1_build_stack_creation_3.sh
index 72a9b055e303349159060eccc0c41e805db54243..e4b5e8f07a8de03d4536d9b025459f06dfa71ab0 100644 (file)
@@ -1,7 +1,5 @@
 #!/bin/bash
 
-set -x
-
 # Delete the stack if exists
 openstack stack show -c id ${openstack_build_stack_name} && openstack stack delete -y --wait ${openstack_build_stack_name}
 sleep 1