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

This commit is contained in:
gyurix
2024-06-13 14:53:43 +02:00
parent e898f351be
commit a2273237b2

View File

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