summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-10 15:40:11 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-10 15:40:11 +0200
commitc115a6609adbb99adff4e14019a6d33acbce6ab9 (patch)
tree83ca276fd4e42fe5df96f57e36b3e24dbcbb0793 /buildbot
parentbaa8833cff8c8c3926638900cc5d5c04052679f8 (diff)
downloaddeployment-c115a6609adbb99adff4e14019a6d33acbce6ab9.tar.gz
deployment-c115a6609adbb99adff4e14019a6d33acbce6ab9.tar.bz2
deployment-c115a6609adbb99adff4e14019a6d33acbce6ab9.zip
Fix docs builder.
Do not fetch new code before the "invalidate" script has run. The code will then be fetched by the respective "update_<component>" script.
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/build-docs.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/buildbot/build-docs.sh b/buildbot/build-docs.sh
index 92f5078..9d8905f 100755
--- a/buildbot/build-docs.sh
+++ b/buildbot/build-docs.sh
@@ -2,13 +2,7 @@
set -eu
-cd $HOME/deployment
-
-# like "git pull", but discard local changes
-git fetch
-git reset --hard FETCH_HEAD
-
-cd $HOME/deployment/taler-docbuild
+cd $HOME/deployment/taler-docbuild/
./invalidate.sh
make