#!/bin/bash set -eu echo "Running taler-deployment bootstrap" # Cannot have this here, as the activate script # will be made by the 'bootstrap' command. # source "${HOME}/activate". Currently under test. ${HOME}/deployment/bin/taler-deployment bootstrap echo "Running taler-deployment build" source "${HOME}/activate" taler-deployment build