Add missing PS1 var
[releng.git] / jjb / openci / create-cde.sh
index b4b273a..37d2452 100755 (executable)
@@ -11,6 +11,8 @@ set -o errexit
 set -o nounset
 set -o pipefail
 
+export PS1=${PS1:-}
+
 # This script creates CompositionDefinedEvent
 
 git clone https://gitlab.openci.io/openci/prototypes.git
@@ -34,6 +36,10 @@ cat <<EOF > ./json_body.txt
 }
 EOF
 
+# temporary: until we can embed credentials plugin
+ACTIVEMQ_USER="openci"
+ACTIVEMQ_PASSWORD="openciP@ssw0rd"
+
 openci_publish -H 129.192.69.55 -U ${ACTIVEMQ_USER} -p ${ACTIVEMQ_PASSWORD} -n openci.prototype -B ./json_body.txt
 
 echo "Constructed $PUBLISH_EVENT_TYPE"