Skip to content

Commit

Permalink
Add list output for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
pathob committed Mar 25, 2022
1 parent 5d4c646 commit 4112a5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,8 @@ while IFS= read -r line || [[ "$line" ]]; do
done < $artifacts_delete_txt

echo "Deleting artifacts done."
echo ""

rm $artifacts_delete_txt

ls -al

0 comments on commit 4112a5d

Please sign in to comment.