summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-04-15 13:22:00 -0400
committerGitHub <noreply@github.com>2021-04-15 13:22:00 -0400
commit95da663b95a42de18259fb37bba9ebf1ebab7d58 (patch)
tree48b1582e778c462b59dfd95bb2f7ff147dd37b07 /.travis
parentf458c64bac54eb89e7a873f7b8d4b9327e238f8d (diff)
Assorted fixes for Travis CI code. (#10981)
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/create_changelog.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/create_changelog.sh b/.travis/create_changelog.sh
index 8d4c12ee1f..83584aa666 100755
--- a/.travis/create_changelog.sh
+++ b/.travis/create_changelog.sh
@@ -34,6 +34,7 @@ echo "--- Creating changelog ---"
git checkout master
git pull
+docker login -u "${DOCKER_USERNAME}" -p "${DOCKER_PWD}"
docker run -it -v "$(pwd)":/project markmandel/github-changelog-generator:latest \
--user "${ORGANIZATION}" \
--project "${PROJECT}" \