@cryptotaxi247 / netdata-1 / commits / 95da663b9

Assorted fixes for Travis CI code. (#10981)

Austin S. Hemmelgarn committed Apr 15, 2021 at 13:22 UTC 95da663b95a42de18259fb37bba9ebf1ebab7d58
2 files changed +1 -14
.travis.yml
-14
@@ -149,20 +149,6 @@ jobs:
149 # This is the nightly execution step
150 #
151 - stage: Nightly release
152 - _template: &NIGHTLY_TEMPLATE
153 - git:
154 - depth: false
155 - script:
156 - - echo "GIT Branch:" && git branch
157 - - echo "Last commit:" && git log -1
158 - - echo "GIT Describe:" && git describe
159 - - echo "packaging/version:" && cat packaging/version
160 - - "sudo echo '{\"experimental\": true}' > /etc/docker/daemon.json && sudo systemctl restart docker"
161 - - packaging/docker/check_login.sh
162 - && tick packaging/docker/build.sh
163 - && packaging/docker/publish.sh
164 - after_failure: post_message "TRAVIS_MESSAGE" "<!here> Nightly docker image publish failed"
165 -
152 name: Create nightly release artifacts, publish to GCS
153 script:
154 - echo "GIT Branch:" && git branch
.travis/create_changelog.sh
+1
@@ -34,6 +34,7 @@ echo "--- Creating changelog ---"
34 git checkout master
35 git pull
36
37 +docker login -u "${DOCKER_USERNAME}" -p "${DOCKER_PWD}"
38 docker run -it -v "$(pwd)":/project markmandel/github-changelog-generator:latest \
39 --user "${ORGANIZATION}" \
40 --project "${PROJECT}" \