Skip to content

Commit 7868c87

Browse files
committed
test
1 parent 5510133 commit 7868c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ tasks:
480480
- created_at
481481
script: |
482482
set -e
483-
aws s3 cp "s3://mongodb-mongocli-build/${project}/dist/${revision}_${created_at}/sbom.json" sbom.json
483+
curl -f "https://mongodb-mongocli-build.s3.amazonaws.com/${project}/dist/${revision}_${created_at}/sbom.json" -o sbom.json
484484
cat sbom.json
485485
- command: s3.put
486486
params:

0 commit comments

Comments
 (0)