Skip to content

Commit

Permalink
Curl verbose (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: James Kwon <[email protected]>
  • Loading branch information
james03160927 and james03160927 authored Dec 31, 2024
1 parent cfe2c1d commit 30b0d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-pack-extract/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ steps:
- |
NODE="$(basename $(dirname $(dirname '$_CUSTOM_NODE_URL')))"
VERSION="$(basename $(dirname '$_CUSTOM_NODE_URL'))"
curl -sf \
curl -vsSf \
-H "Authorization: Bearer $(cat /workspace/token)" \
-H "Content-Type: application/json" \
-X "POST" "-d" "@/workspace/$_CUSTOM_NODE_NAME.json" \
Expand Down

0 comments on commit 30b0d32

Please sign in to comment.