testing4
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
gyurix
2024-06-13 14:57:53 +02:00
parent e0a753a99d
commit 6e96e32dbf

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 -H "Authorization: token $TOKEN" -H "Accept: application/json" $URL | jq -r .sha
#- echo $URL
- curl -s -v -H "Authorization: token $TOKEN" -H "Accept: application/json" $URL
#- echo $SHA
when: