Skip to content
Snippets Groups Projects
Commit aeeeb80c authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

test: add debugging output of curl API request

parent 52611813
No related branches found
No related tags found
1 merge request!121test: add debugging output of curl API request
...@@ -43,6 +43,7 @@ benchmarks:detector:pending: ...@@ -43,6 +43,7 @@ benchmarks:detector:pending:
script: script:
- | - |
if [ -n "${GITHUB_SHA}" ] ; then if [ -n "${GITHUB_SHA}" ] ; then
echo https://api.github.com/repos/${GITHUB_REPOSITORY}/statuses/${GITHUB_SHA}
curl \ curl \
-X POST \ -X POST \
-H "Accept: application/vnd.github+json" \ -H "Accept: application/vnd.github+json" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment