attempt to cleanup all ci processes
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
f0ea73fce6
commit
f561d0b310
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue