Skip to content

Commit

Permalink
try something slightly different
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Aug 30, 2024
1 parent 0d56ea1 commit 133d7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ else
fi

echo "Done"
echo "Removing lib/blah.txt"
echo "Removing lib/"

rm lib/blah.txt
rm -rf lib

( DEBUG="*" wing gen-docs ) & pid=$!
( sleep 2 && kill -HUP $pid ) 2>/dev/null & watcher=$!
Expand Down

0 comments on commit 133d7ce

Please sign in to comment.