taler-deployment

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

commit 0e3997000f4b55e285b9a3600fbeba55c9563812
parent 81a60db15b7496f4aa321e29fc7d902263f48a49
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat, 31 Aug 2019 15:26:13 +0200

fetch before checkout

Diffstat:
Mbootstrap-taler | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bootstrap-taler b/bootstrap-taler @@ -65,6 +65,7 @@ for component in twister bank merchant landing exchange donations blog survey ba varname=tag_$component tag=${!varname} echo "Checking out $component to $tag" + git -C $HOME/$component fetch git -C $HOME/$component checkout -f $tag -- done