summaryrefslogtreecommitdiff
path: root/taler-build/update_landing.sh
blob: 253b05ff812d0445a4a45d7e20e873cce0387cce (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -e
base=${TALER_DEPLOYMENT_BASE:-$HOME}

cd $base/landing
git pull
git submodule update --init