Commit aa702c1a by Fred Smith

less verbose build-ami

parent 6e830292
......@@ -101,7 +101,7 @@ notification_params=""
if [[ ! -z "$callback_url" ]]; then
if [[ ! -z "$jobid" ]]; then
notification_params="--callback-url $callback_url$jobid"
curl "$callback_url$jobid/starting%20abbey%20for%20$jobid"
curl "$callback_url$jobid/starting%20ansible"
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment