Skip to content

Commit

Permalink
test summarize
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Oct 21, 2024
1 parent 7847630 commit e520c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:

- name: Use the S3 objects defined as environment variable
run: |
echo 'Total Objects: 0\nTotal Size: 0' | grep "Total Objects: "
aws s3 ls s3://distribution.concordium.software/tools/linux/test/database-exporter_7.0.5-0.deb --summarize
aws s3 ls s3://distribution.concordium.software/tools/linux/test/database-exporter_7.0.5-0.deb --summarize | grep "Total Objects: "
aws s3 ls s3://distribution.concordium.software/tools/linux/test/database-exporter_7.0.5-0.deb --summarize | grep "Total Objects: " | sed "s/[^0-9]*//g
Expand Down

0 comments on commit e520c36

Please sign in to comment.