Commit 6658775e authored by Lars Gierth's avatar Lars Gierth

Remove dead jenkins script

License: MIT
Signed-off-by: default avatarLars Gierth <larsg@systemli.org>
parent d2d397ac
#!/bin/sh
export GOPATH=$WORKSPACE
PWD=`pwd`
cd ../3nodetest
make clean
make test
make save_logs
docker cp dockertest_server_1:/root/.ipfs/logs/events.log $(PWD)/build/server-events.log
docker cp dockertest_bootstrap_1:/root/.ipfs/logs/events.log $(PWD)/build/bootstrap-events.log
docker cp dockertest_client_1:/root/.ipfs/logs/events.log $(PWD)/build/client-events.log
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment