Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
6658775e
Commit
6658775e
authored
Sep 14, 2015
by
Lars Gierth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dead jenkins script
License: MIT Signed-off-by:
Lars Gierth
<
larsg@systemli.org
>
parent
d2d397ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
jenkins/network-test.sh
jenkins/network-test.sh
+0
-13
No files found.
jenkins/network-test.sh
deleted
100755 → 0
View file @
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment