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 6d2475b commit 922bf5d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,27 +55,6 @@ jobs:
run: |
aws s3 ls s3://distribution.concordium.software/tools/linux/test/database-exporter_7.0.5-0.deb --summarize
echo "wtf"
# 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"
# cat info.txt | grep -E "^\s*Total Objects"
# echo "third"
#
# aws s3 ls s3://distribution.concordium.software/tools/linux/test/database-exporter_7.0.5-0.deb --summarize | awk '/Total Objects: /{print $3}'
# 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
# set -e -o pipefail
# echo '${{ steps.s3_objects.outputs.s3_objects }}' | jq -r '. | to_entries[] | .value' | while read -r ARN; do
# echo "Checking for object at: $ARN"
# TOTAL_FOUND_OBJECTS=$(aws s3 ls $ARN --summarize | grep "Total Objects: " | sed "s/[^0-9]*//g")
# if [ "$TOTAL_FOUND_OBJECTS" -ne "0" ]; then
# echo "error: item for $ARN already exists"
# exit 1
# else
# echo "No object found for $ARN"
# fi
# done
build-static-binaries:
needs: [validate-preconditions]
Expand Down

0 comments on commit 922bf5d

Please sign in to comment.