Skip to content
Snippets Groups Projects

test: add debugging output of curl API request

Merged Wouter Deconinck requested to merge wdconinc-master-patch-60294 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -43,6 +43,7 @@ benchmarks:detector:pending:
script:
- |
if [ -n "${GITHUB_SHA}" ] ; then
echo https://api.github.com/repos/${GITHUB_REPOSITORY}/statuses/${GITHUB_SHA}
curl \
-X POST \
-H "Accept: application/vnd.github+json" \
Loading