commit ed536009165e65c17411414364acea3113bc9354
parent 018d3cae2852463495cefb1e6acb0781a0d57736
Author: MS <ms@taler.net>
Date: Sun, 13 Nov 2022 21:08:14 +0100
fix fail branch
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/docker/demo/build_base.sh b/docker/demo/build_base.sh
@@ -44,6 +44,7 @@ docker build --no-cache \
-f $DOCKER_FILE . || (
echo Removing the dummy 'taler_notags' file.
rm -f taler_notags
+ exit 1
)
echo Removing the dummy 'taler_notags' file.
rm -f taler_notags