Skip to content

Commit

Permalink
Improve verboseness of upload script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Schouten committed Aug 12, 2018
1 parent 839a968 commit f625f5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion upload.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/bin/sh

set -eux
set -eu

for file in output/*; do
echo "${file}"
curl \
-s -o /dev/null \
-H "Content-Type: application/octet-stream" \
-H "Authorization: token $1" \
--data-binary "@${file}" \
Expand Down

0 comments on commit f625f5e

Please sign in to comment.