Added quotes around MBED_BOT parameter

pull/6125/head
Cruz Monrreal II 2018-02-16 15:47:33 -06:00
parent bc4dea2b1c
commit 04f1d9680b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ python:
env:
global:
- >
STATUS=$'curl -so/dev/null --user $MBED_BOT --request POST
STATUS=$'curl -so/dev/null --user "$MBED_BOT" --request POST
https://api.github.com/repos/$TRAVIS_REPO_SLUG/statuses/${TRAVIS_PULL_REQUEST_SHA:-$TRAVIS_COMMIT}
--data @- << DATA\n{
"state": "$0",