Browse Source

Assorted fixes for Travis CI code. (#10981)

Austin S. Hemmelgarn 3 years ago
parent
commit
95da663b95
2 changed files with 1 additions and 14 deletions
  1. 0 14
      .travis.yml
  2. 1 0
      .travis/create_changelog.sh

+ 0 - 14
.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

+ 1 - 0
.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}" \