Skip to content

Commit

Permalink
add clean-all-references-to-s3-blobs.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jan 3, 2024
1 parent 55f50fb commit bcc27d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions clean-all-references-to-s3-blobs.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
set -x
set -e # exit on non-zero status

rm .final_builds/license/index.yml
rm -rf .final_builds/packages
echo > config/blobs.yml
rm -rf releases

0 comments on commit bcc27d6

Please sign in to comment.