This is an automated email from the ASF dual-hosted git repository. markusthoemmes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-performance.git
commit 02d1eedb380c1257e19499344655b06b93e2676e Author: Markus Thoemmes <[email protected]> AuthorDate: Mon May 15 20:20:11 2017 +0200 Fix travis build --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index b9ab8b7..9ca82ce 100755 --- a/deploy.sh +++ b/deploy.sh @@ -11,7 +11,7 @@ sudo service docker restart git clone --depth 1 https://github.com/openwhisk/openwhisk.git # install ansible -pip install --user ansible==2.1.2.0 +pip install --user ansible==2.3.0.0 cd openwhisk/ansible LIMITS='{"limits":{"actions":{"invokes":{"perMinute":999999,"concurrent":999999,"concurrentInSystem":999999}},"triggers":{"fires":{"perMinute":999999}}}}' -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
