From f3682a1fa560e33b827093f0dcbe49f7d46101ce Mon Sep 17 00:00:00 2001 From: gyurix Date: Thu, 13 Jun 2024 14:58:56 +0200 Subject: [PATCH] testing5 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 67a54c0..317bb09 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,8 +39,8 @@ steps: commands: - apk --update add curl jq - URL="$GIT_URL/api/v1/repos/$REPO/contents/$FILE_PATH" - #- echo $URL - - curl -s -v -H "Authorization: token $TOKEN" -H "Accept: application/json" $URL + - echo $URL + #- curl -s -v -H "Authorization: token $TOKEN" -H "Accept: application/json" $URL #- echo $SHA when: