@cryptotaxi247 / netdata-1 / commits / c7db0a15e

Fix file name typos in Travis config from #11055 (#11667)

Austin S. Hemmelgarn committed Oct 16, 2021 at 08:38 UTC c7db0a15e0a035efbb34fb748ba8d6657ed7c141
1 file changed +2 -2
.travis.yml
+2 -2
@@ -107,7 +107,7 @@ jobs:
107 name: Trigger release build and draft release creation
108 script:
109 - git checkout "${TRAVIS_BRANCH}" && export BUILD_VERSION="$(cat packaging/version | sed 's/^v//')"
110 - - .travis/trigger_release_build.sh "${GITHUB_TOKEN}" "${BUILD_VERSION}" "release"
110 + - .travis/trigger_artifact_build.sh "${GITHUB_TOKEN}" "${BUILD_VERSION}" "release"
111 after_failure: post_message "TRAVIS_MESSAGE" "<!here> Failed to trigger release artifact build during nightly release" "${NOTIF_CHANNEL}"
112
113 - name: Trigger Docker image build and publish
@@ -143,7 +143,7 @@ jobs:
143 name: Trigger nightly artifact build and upload
144 script:
145 - git checkout "${TRAVIS_BRANCH}" && export BUILD_VERSION="$(cat packaging/version | sed 's/^v//')"
146 - - .travis/trigger_release_build.sh "${GITHUB_TOKEN}" "${BUILD_VERSION}" "nightly"
146 + - .travis/trigger_artifact_build.sh "${GITHUB_TOKEN}" "${BUILD_VERSION}" "nightly"
147 after_failure: post_message "TRAVIS_MESSAGE" "<!here> Failed to trigger release artifact build during nightly release" "${NOTIF_CHANNEL}"
148
149 - name: Trigger Docker image build and publish