attempt to cleanup all ci processes

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2021-12-11 14:29:43 -07:00
parent f0ea73fce6
commit f561d0b310
1 changed files with 4 additions and 1 deletions

View File

@ -17,4 +17,7 @@ sudo -E ci/bin/launch-server.sh &
sleep 10
# launch csi-sanity
sudo -E ci/bin/launch-csi-sanity.sh
#sudo -E ci/bin/launch-csi-sanity.sh
# kill all processes of the session
sudo kill $(ps -s $$ -o pid=) || true