From 710085311e924130108a45db17bace3053e67bf0 Mon Sep 17 00:00:00 2001 From: Glenn Date: Wed, 25 Oct 2023 15:35:41 +0200 Subject: [PATCH] ci: enable debug --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index f793a8d..49400ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,6 +43,7 @@ steps: --upload-file "/_cache/bin/$PACKAGE_BASENAME" \ "$PACKAGE_UPLOAD_URL/$DRONE_TAG/$PACKAGE_BASENAME" - | + set -x curl -H "Authorization: token $PACKAGE_UPLOAD_TOKEN" \ -X POST \ -H "accept: application/json" \ @@ -50,6 +51,7 @@ steps: -d "{\"tag_name\": \"$DRONE_TAG\", \"target_commitish\": \"$DRONE_COMMIT_SHA\"}" \ $RELEASES_URL - | + set -x curl -H "Authorization: token $PACKAGE_UPLOAD_TOKEN" \ -H "accept: application/json" \ -H "Content-Type: multipart/form-data" \