summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-19 12:33:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-19 12:33:59 +0000
commit1ee0c09c5742557e037df5421ca62abddb90ae22 (patch)
tree71c0fa48bb6d31d036c9badd7e038527f90d1a73 /.travis
parentReleasing debian version 1.30.1-1. (diff)
downloadnetdata-1ee0c09c5742557e037df5421ca62abddb90ae22.tar.xz
netdata-1ee0c09c5742557e037df5421ca62abddb90ae22.zip
Merging upstream version 1.31.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--.travis.yml14
-rwxr-xr-x.travis/create_changelog.sh1
2 files changed, 1 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index 747168288..ea297bad1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -149,20 +149,6 @@ jobs:
# This is the nightly execution step
#
- stage: Nightly release
- _template: &NIGHTLY_TEMPLATE
- git:
- depth: false
- script:
- - echo "GIT Branch:" && git branch
- - echo "Last commit:" && git log -1
- - echo "GIT Describe:" && git describe
- - echo "packaging/version:" && cat packaging/version
- - "sudo echo '{\"experimental\": true}' > /etc/docker/daemon.json && sudo systemctl restart docker"
- - packaging/docker/check_login.sh
- && tick packaging/docker/build.sh
- && packaging/docker/publish.sh
- after_failure: post_message "TRAVIS_MESSAGE" "<!here> Nightly docker image publish failed"
-
name: Create nightly release artifacts, publish to GCS
script:
- echo "GIT Branch:" && git branch
diff --git a/.travis/create_changelog.sh b/.travis/create_changelog.sh
index 8d4c12ee1..83584aa66 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}" \