summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-03-16 09:51:12 -0400
committerGitHub <noreply@github.com>2021-03-16 09:51:12 -0400
commit99143b2002d30f7334b663fca1790dd578403ba9 (patch)
tree4f3980ea3f84f792073667d3487d65bb599fb789 /.travis.yml
parente7e5d0c37242d8457e4b2610a95effe0db5ca1b1 (diff)
Fixed Travis config issues related to new packaging workflows. (#10774)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index c09bf250d9..099972722e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -132,7 +132,7 @@ jobs:
- .travis/trigger_docker_build.sh "${GITHUB_TOKEN}" "${BUILD_VERSION}"
after_failure: post_message "TRAVIS_MESSAGE" "<!here> Failed to trigger docker build during release" "${NOTIF_CHANNEL}"
- - name: Trigger deb and rpm package build
+ - name: Trigger DEB and RPM package build
script:
- git checkout "${TRAVIS_BRANCH}" && export BUILD_VERSION="$(cat packaging/version | cut -d'-' -f1)"
- .travis/trigger_package_build.sh "${GITHUB_TOKEN}" "${BUILD_VERSION}" "release"
@@ -153,11 +153,6 @@ jobs:
git:
depth: false
- - name: Clean up package cloud nightly repository from old versions
- script:
- - DEPLOY_REPO="netdata-edge" .travis/package_management/old_package_purging.sh
- - DEPLOY_REPO="netdata-devel" .travis/package_management/old_package_purging.sh
-
# This is the nightly execution step
#
- stage: Nightly release
@@ -230,6 +225,7 @@ jobs:
after_failure: post_message "TRAVIS_MESSAGE" "<!here> Failed to trigger docker build during nightly release" "${NOTIF_CHANNEL}"
- name: Trigger DEB and RPM package build
+ script:
- git checkout "${TRAVIS_BRANCH}" && export BUILD_VERSION="$(cat packaging/version)"
- .travis/trigger_package_build.sh "${GITHUB_TOKEN}" "${BUILD_VERSION}" "nightly"
after_failure: post_message "TRAVIS_MESSAGE" "<!here> Failed to trigger deb and rpm package build during nightly release" "${NOTIF_CHANNEL}"