c9d100491c
* Ultimate e2e for native to erc type of bridge * One job * Try to run the tests * Run on CI * Docs * Cosmetics * Final changes * Revert the changes * Networks * Waiting for Oracle * One job * Initialize the contracts submodule * Run on ci * comment * Sleep. * ultimate network * Docker localhost no longer needed * Final changes * Timeout * Naming * Sleep task.
9 lines
193 B
Bash
Executable File
9 lines
193 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd $(dirname $0)
|
|
|
|
if [ $CI ]; then exit $rc; fi
|
|
|
|
ps | grep node | grep -v grep | awk '{print "kill " $1}' | /bin/bash
|
|
docker-compose down
|
|
docker network rm ultimate || true
|