Skip to content

Commit

Permalink
Fixes cleanup algo
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed Jun 2, 2023
1 parent a5d5035 commit 032ea92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
killall node
nohup yarn start > nohup.out 2> nohup.err < /dev/null &
cd ..
ls ausk.* | grep -v $DIR | xargs rm -rf
ls | grep -v $DIR | xargs rm -rf
'

0 comments on commit 032ea92

Please sign in to comment.