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

This commit is contained in:
gyurix
2024-06-13 15:02:20 +02:00
parent f1cbb0c4e5
commit f73ed75677

View File

@@ -40,7 +40,7 @@ steps:
- apk --update add curl jq
- URL="$GIT_URL/api/v1/repos/$REPO/contents/$FILE_PATH"
- echo $URL
- curl -s -v -H 'Authorization: token' -H 'Accept: application/json' $URL
- curl -s -v $URL
#- echo $SHA
when: