From 1ee0c09c5742557e037df5421ca62abddb90ae22 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 May 2021 14:33:38 +0200 Subject: Merging upstream version 1.31.0. Signed-off-by: Daniel Baumann --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) (limited to '.travis.yml') 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" " Nightly docker image publish failed" - name: Create nightly release artifacts, publish to GCS script: - echo "GIT Branch:" && git branch -- cgit v1.2.3