summaryrefslogtreecommitdiffstats
path: root/.travis.yml
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.yml
parentf458c64bac54eb89e7a873f7b8d4b9327e238f8d (diff)
Assorted fixes for Travis CI code. (#10981)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index 747168288e..ea297bad10 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