Apparently s5cmd put doesn't exist....just fix the cp variant

This commit is contained in:
Marek Roszko 2023-05-06 22:42:41 -04:00
parent a8afd592c1
commit bfaee785be
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
export COV_INT_FILENAME=cov-int-$(date +"%Y%m%d%H%M").tar.gz
tar cfz $COV_INT_FILENAME cov-int
echo "Submitting scan results"
s5cmd/s5cmd put $COV_INT_FILENAME s3://$KICAD_CI_R2_BUCKET/coverity
s5cmd/s5cmd cp $COV_INT_FILENAME s3://$KICAD_CI_R2_BUCKET/coverity/
export FILE_URL="$KICAD_CI_R2_PUBLIC_BASE/coverity/$COV_INT_FILENAME"
export KICAD_VERSION=$(sed 's/[()]//g' kicad_build_version.txt)
curl https://scan.coverity.com/builds?project=$COVERITY_SCAN_PROJECT_NAME \