Skip to content

Commit 592d448

Browse files
committed
remove echos
1 parent 3fede00 commit 592d448

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ jobs:
143143
144144
PRESIGNED_URL=$(curl -X GET -H "X-Auth-Token: $SCW_SECRET_KEY" \
145145
"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-
149146
150147
curl -H "Content-Type: application/octet-stream" \
151148
--upload-file /tmp/cloud_function.zip \

0 commit comments

Comments
 (0)