Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zahornyak committed Sep 12, 2024
1 parent 05e8bf4 commit 3d3be5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

rm -rf $GITHUB_WORKSPACE/dump
if [ $? -eq 0 ]; then
echo "Dump removed"
fi
#rm -rf $GITHUB_WORKSPACE/dump
#echo "Dump removed"
ls -la


if [ "$2" = "true" ]; then
rm $GITHUB_WORKSPACE/dump.tar.gz
Expand Down

0 comments on commit 3d3be5d

Please sign in to comment.