Skip to content

Commit 5510133

Browse files
committed
test
1 parent 29555fc commit 5510133

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build/ci/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,17 @@ tasks:
471471
package_name: ${package_name}
472472
FEED_FILE_NAME: "${package_name}.json"
473473
- func: "upload dist"
474+
- command: shell.exec
475+
params:
476+
working_dir: src/github.com/mongodb/mongodb-atlas-cli
477+
include_expansions_in_env:
478+
- project
479+
- revision
480+
- created_at
481+
script: |
482+
set -e
483+
aws s3 cp "s3://mongodb-mongocli-build/${project}/dist/${revision}_${created_at}/sbom.json" sbom.json
484+
cat sbom.json
474485
- command: s3.put
475486
params:
476487
aws_key: ${download_center_aws_key}

0 commit comments

Comments
 (0)