i think fixing this may help with build issues elswhere
This commit is contained in:
4
push.sh
4
push.sh
@ -39,7 +39,7 @@ fi
|
||||
#fi
|
||||
|
||||
if [ -n "$PLUGIN_MAKE_FOLDER_AT" ]; then
|
||||
curl --silent ${ARGS[@]} -X MKCOL "$PLUGIN_MAKE_FOLDER_AT"
|
||||
curl --silent "${ARGS[@]}" -X MKCOL "$PLUGIN_MAKE_FOLDER_AT"
|
||||
fi
|
||||
|
||||
# Repeat the upload as long as specified.
|
||||
@ -48,7 +48,7 @@ while [ "${PLUGIN_ATTEMPTS}" -gt 0 ]; do
|
||||
# Uploading the file
|
||||
for file in $(eval find "$PLUGIN_FILE_GLOB")
|
||||
do
|
||||
curl --fail-with-body --show-error --silent ${ARGS[@]} --upload-file "$file" "$PLUGIN_DESTINATION"
|
||||
curl --fail-with-body --show-error --silent "${ARGS[@]}" --upload-file "$file" "$PLUGIN_DESTINATION"
|
||||
done
|
||||
|
||||
# Show messages in case uploads have failed
|
||||
|
Reference in New Issue
Block a user