Commit 222c6b73 by Fred Smith

Merge pull request #2105 from edx/derf/less_verbose_build-ami

less verbose build-ami
parents 6e830292 aa702c1a
......@@ -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