We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fede00 commit 592d448Copy full SHA for 592d448
.github/workflows/build.yml
@@ -143,9 +143,6 @@ jobs:
143
144
PRESIGNED_URL=$(curl -X GET -H "X-Auth-Token: $SCW_SECRET_KEY" \
145
"https://api.scaleway.com/functions/v1beta1/regions/${{ env.SCW_REGION }}/functions/$SCW_FUNCTION_ID/upload-url?content_length=$ARCHIVE_SIZE" | jq --raw-output ."url")
146
- echo $PRESIGNED_URL | head -c 20
147
- echo $PRESIGNED_URL | tail -c 20
148
-
149
150
curl -H "Content-Type: application/octet-stream" \
151
--upload-file /tmp/cloud_function.zip \
0 commit comments