diff options
Diffstat (limited to 'jjb/openci/create-ape.sh')
-rwxr-xr-x | jjb/openci/create-ape.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/openci/create-ape.sh b/jjb/openci/create-ape.sh index c54e0ef7e..5bd3a0676 100755 --- a/jjb/openci/create-ape.sh +++ b/jjb/openci/create-ape.sh @@ -37,11 +37,11 @@ cat <<EOF > ./json_body.txt } EOF -python 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" echo "--------------------------------------------" cat ./json_body.txt echo "--------------------------------------------" +python openci_publish -H 129.192.69.55 -U ${ACTIVEMQ_USER} -p ${ACTIVEMQ_PASSWORD} -n openci.prototype -B ./json_body.txt + deactivate |