summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-11-23 00:10:33 +0200
committerGitHub <noreply@github.com>2018-11-23 00:10:33 +0200
commit8d9085717923caef25f5194ba1138bc1e5381fcb (patch)
tree301818e46434da6860677d7398922f17404c9da1 /.travis
parent19d197d22bd6058cded8aa604fd17272bf046881 (diff)
Test integrity of dashboard.js (#4715)
* releaser needs to be on branch and not in deteached state * dashboard.js integrity test; fix configure.ac * fix key in travis config * fix builder image name * verbose diff * revert #4707
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/releaser.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis/releaser.sh b/.travis/releaser.sh
index c184cc726b..1c2859c8fd 100755
--- a/.travis/releaser.sh
+++ b/.travis/releaser.sh
@@ -34,6 +34,8 @@ export GIT_USER="netdatabot"
echo "--- Initialize git configuration ---"
git config user.email "${GIT_MAIL}"
git config user.name "${GIT_USER}"
+git checkout master
+git pull
echo "---- FIGURING OUT TAGS ----"
# tagger.sh is sourced since we need environment variables it sets