- improved build-and-test-all-eventuate-local.sh and _build-and-test-all.sh: use EVENTUATE_LOCAL environment variable

This commit is contained in:
dartpopikyardo
2016-10-03 22:50:34 +03:00
parent 8b7146479a
commit e143d0f49b
2 changed files with 3 additions and 2 deletions

View File

@@ -2,4 +2,5 @@
export JAVA_OPTS="-Xmx128m -Xms128m"
export EXTRA_INFRASTRUCTURE_SERVICES=cdcservice
../_build-and-test-all.sh -f docker-compose-eventuate-local.yml -P eventuateDriver=local $*
export EVENTUATE_LOCAL=yes
../_build-and-test-all.sh -f docker-compose-eventuate-local.yml $* -P eventuateDriver=local