taler-deployment

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

commit a1af60fafc24de074796412e9e21f11fa2961e02
parent ed536009165e65c17411414364acea3113bc9354
Author: MS <ms@taler.net>
Date:   Sun, 13 Nov 2022 21:14:28 +0100

prep env

Diffstat:
Mbuildbot/build.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/buildbot/build.sh b/buildbot/build.sh @@ -4,6 +4,10 @@ set -eu echo "Building the Docker base image (taler_local/taler_base)." +# INI file with global config entries; typically +# URLs and secrets. Not automatically generated. +export TALER_DEPLOYMENT_CONFIG=${HOME}/deployment.conf + ${HOME}/deployment/docker/demo/build_base.sh \ ${HOME}/deployment/docker/demo/images/base/Dockerfile