File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ matrix:
121
121
# update status if we succeeded, compare with master if possible
122
122
- |
123
123
CURR=$(grep -o '[0-9]\+ cycles' prof | awk '{sum += $1} END {print sum}')
124
- PREV=$(curl https://api.github.com/repos/$TRAVIS_REPO_SLUG/status/master \
124
+ PREV=$(curl -u "$MBED_BOT" https://api.github.com/repos/$TRAVIS_REPO_SLUG/status/master \
125
125
| jq -re "select(.sha != \"$TRAVIS_COMMIT\")
126
126
| .statuses[] | select(.context == \"travis-ci/$NAME\").description
127
127
| capture(\"runtime is (?<runtime>[0-9]+)\").runtime" \
@@ -193,7 +193,7 @@ matrix:
193
193
# update status if we succeeded, compare with master if possible
194
194
- |
195
195
CURR=$(tail -n1 sizes | awk '{print $1}')
196
- PREV=$(curl https://api.github.com/repos/$TRAVIS_REPO_SLUG/status/master \
196
+ PREV=$(curl -u "$MBED_BOT" https://api.github.com/repos/$TRAVIS_REPO_SLUG/status/master \
197
197
| jq -re "select(.sha != \"$TRAVIS_COMMIT\")
198
198
| .statuses[] | select(.context == \"travis-ci/$NAME\").description
199
199
| capture(\"code size is (?<size>[0-9]+)\").size" \
You can’t perform that action at this time.
0 commit comments