taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 8f77589b3db6ffbf0e8253f4fcfdecc378a6a082
parent fa881f6610ede18028c76f9ef73f20d1d658da8c
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 13 Sep 2019 11:31:20 +0200

syntax

Diffstat:
Mbootstrap-taler | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap-taler b/bootstrap-taler @@ -139,6 +139,6 @@ if test "test" = $ENVNAME; then fi fi -if test "lcov" = $ENVNAME -a [[ ! -d worker ]]; then +if [[ "lcov" = $ENVNAME ]] && [[ ! -d worker ]]; then buildbot-worker create-worker --umask=0o22 ~/worker localhost:9989 lcov-worker lcov-pass fi