summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-04-18 08:42:27 +0300
committerPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-04-18 08:42:27 +0300
commit8d870fe646a504e6d146ba0117947bcb78e4e8c6 (patch)
treee995de7ba5b193c47626ad5a9ebbc5281be89f08
parent5c4fc65078110469a51ba9f89ef418a464410d8f (diff)
[ci skip] Fix tagger sourcing
-rwxr-xr-x.travis/generate_changelog_and_tag_release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/generate_changelog_and_tag_release.sh b/.travis/generate_changelog_and_tag_release.sh
index 6280a68172..0f3d1bb5d0 100755
--- a/.travis/generate_changelog_and_tag_release.sh
+++ b/.travis/generate_changelog_and_tag_release.sh
@@ -31,7 +31,7 @@ if [ ! -f .gitignore ]; then
fi
echo "--- Executing Tagging facility to determine TAG ---"
-.travis/tagger.sh
+source .travis/tagger.sh
echo "--- Changelog generator and tagger script starting ---"
# If tagger script hasn't produced a TAG, there is nothing to do so bail out happy