summaryrefslogtreecommitdiff
path: root/buildbot/build-docs.sh
blob: 0c8a94c6f9e6cc24c2a5fc36c778ede4c2c520e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

set -eu

fetch () {
  git clean -fdx
  git fetch
  # reset to updated upstream branch, but only if we're tracking a branch
  branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} 2>/dev/null || echo head)
  git reset --hard "$branch"
}

cd $HOME/deployment
fetch

cd ~/deployment/taler-docbuild
./update_docs.sh