Skip to content

Commit

Permalink
Update curl command in cache_artifacts (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
RdoubleA authored Apr 15, 2024
1 parent c8a7d18 commit 4f758c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cache_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ for S3_URL in "${S3_URLS[@]}"; do
fi
# For https: download with curl
else
cp_cmd="curl -O --output-dir ${LOCAL_DIR} ${S3_URL}"
cp_cmd="curl --output ${LOCAL_DIR}/${FILE_NAME} ${S3_URL}"
fi
bash -c "${cp_cmd}"
# Check if download was successful
Expand Down

0 comments on commit 4f758c0

Please sign in to comment.