testing5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2024-06-13 14:58:56 +02:00
parent 6e96e32dbf
commit f3682a1fa5

View File

@@ -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: