Skip to content

Commit 6289dc8

Browse files
committed
Fix test
1 parent cdd822e commit 6289dc8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build/ci/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,7 @@ tasks:
472472
package_name: ${package_name}
473473
FEED_FILE_NAME: "${package_name}.json"
474474
- func: "upload dist"
475-
- command: subprocess.exec
476-
type: test
475+
- command: shell.exec
477476
params:
478477
working_dir: src/github.com/mongodb/mongodb-atlas-cli
479478
include_expansions_in_env:
@@ -482,8 +481,6 @@ tasks:
482481
- created_at
483482
script: |
484483
set -e
485-
ls -l ./dist
486-
ls -l
487484
curl -f "https://mongodb-mongocli-build.s3.amazonaws.com/${project}/dist/${revision}_${created_at}/sbom.json" -o sbom.json
488485
cat sbom.json
489486
- command: s3.put

0 commit comments

Comments
 (0)