Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Oct 21, 2024
1 parent ea56587 commit e697bcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- name: Use the S3 objects defined as environment variable
run: |
aws s3 ls s3://distribution.concordium.software/tools/linux/test/database-exporter_7.0.5-0.deb --summarize > info.txt
cat info.txt | grep "Total Objects" | sed "s/[^0-9]*//g
cat info.txt
cat info.txt | grep "Total Objects" | sed "s/[^0-9]*//g"
echo "first"
cat info.txt | awk '/Total Objects: /{print $3}'
echo "second"
Expand Down

0 comments on commit e697bcf

Please sign in to comment.