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

This commit is contained in:
gyurix
2024-06-13 14:56:34 +02:00
parent 3f7c7b7c16
commit e0a753a99d

View File

@@ -40,8 +40,8 @@ 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)
- echo $SHA
- curl -s -H "Authorization: token $TOKEN" -H "Accept: application/json" $URL | jq -r .sha
#- echo $SHA
when:
branch: