From aeeeb80c3cf9399d912080716d539487ba53bb2f Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Mon, 1 Aug 2022 02:33:23 +0000 Subject: [PATCH] test: add debugging output of curl API request --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7527eb75..ea5f189c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" \ -- GitLab