Log Zed build sha in release builds.
Also ensure that curl commands for nightly uploads return 200 (fail otherwise).
This commit is contained in:
parent
1c850f495c
commit
0dc02b8354
2 changed files with 15 additions and 5 deletions
|
@ -20,7 +20,7 @@ function uploadToSpaces
|
|||
string="PUT\n\n${content_type}\n${date}\n${acl}\n${storage_type}\n/${SPACE}/${space_path}/${file_name}"
|
||||
signature=$(echo -en "${string}" | openssl sha1 -hmac "${DIGITALOCEAN_SPACES_SECRET_KEY}" -binary | base64)
|
||||
|
||||
curl -vv -s -X PUT -T "$file_to_upload" \
|
||||
curl --fail -vv -s -X PUT -T "$file_to_upload" \
|
||||
-H "Host: ${SPACE}.${REGION}.digitaloceanspaces.com" \
|
||||
-H "Date: $date" \
|
||||
-H "Content-Type: $content_type" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue