mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
dc37013c80
commit
0003d0146c
|
@ -57,7 +57,8 @@ main(){
|
|||
echo "Uploading files: ${files[*]}"
|
||||
echo "For tag name: ${tag_name} tag id: ${tag_id}"
|
||||
|
||||
for file in "${files[@]}"; do
|
||||
# shellcheck disable=SC2068
|
||||
for file in ${files[@]}; do
|
||||
filename=$(basename "$file")
|
||||
curl -XPOST -sSL -H "${AUTH_HEADER}" \
|
||||
--data-binary @"$file" \
|
||||
|
|
Loading…
Reference in New Issue
Block a user