diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ci-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ci-build.sh b/bin/ci-build.sh index 3cb994e5..d9e37d73 100755 --- a/bin/ci-build.sh +++ b/bin/ci-build.sh @@ -9,7 +9,7 @@ echo '{}' > "${PROVIDERDIR}/tags/${TAG}.json" export IP_SUFFIX_START='100' #NODES='rewdevcouch1:couchdb,soledad rewdevmx1:mx rewdevvpn1:openvpn,tor rewdevweb1:webapp,monitor rewdevplain1: rewdevstatic1:static' -export NODES="single${TAG}:couchdb,soledad,mx,webapp" +export NODES="single${TAG}:couchdb,soledad,mx,webapp,openvpn,tor,monitor,obfsproxy" leap-platform-test add_nodes "$NODES" leap-platform-test -v init_deploy |