diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-08 11:56:09 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-08 11:56:09 +0100 |
commit | f04cf7e5d9694d17c5d15763f9eeaf3fb8c6511f (patch) | |
tree | 3b3352df025b2cd6ee4431ee589b8bf7687ac89e /start.sh | |
parent | 40a5c446c3062adf4481782ced1be4710efaab56 (diff) | |
download | orchestration-f04cf7e5d9694d17c5d15763f9eeaf3fb8c6511f.tar.gz |
Fix start to teardown properly
Diffstat (limited to 'start.sh')
-rw-r--r-- | start.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/start.sh b/start.sh deleted file mode 100644 index 7cd630a..0000000 --- a/start.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -cd orchenv-master -./bin/buildbot start master -cd ../orchenv-slave -./bin/buildslave start slave -cd ../bottlerock -./bin/python2.7 ../source/bottlerock.py |