summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-08-16 09:34:28 +0300
committerPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-08-16 09:34:28 +0300
commitbe53e0f4a1034948c4a29e09c9026dfdd7cf34be (patch)
tree28e7f19029469c8cdb5c4c932a7646bba0801838 /.travis.yml
parent4292f8d9d52fc0fc4adffaddff1dae34168da012 (diff)
netdata/packaging: [ci skip] fix syntax and wording
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 797f313b96..9b5687f5d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -541,13 +541,13 @@ jobs:
#
- stage: Nightly release
- name: Trigger .RPM and .DEB package generatioa
+ name: Trigger .RPM and .DEB package generation
before_script: post_message "TRAVIS_MESSAGE" "Starting RPM and DEB package generation for nightlies" "${NOTIF_CHANNEL}"
script:
- .travis/trigger_package_generation.sh "[Build latest]"
after_failure: post_message "TRAVIS_MESSAGE" "<!here> Nightly package generation produced errors" "${NOTIF_CHANNEL}"
- name: Build & Publish docker images
+ - name: Build & Publish docker images
before_script: post_message "TRAVIS_MESSAGE" "Publishing docker images for nightlies" "${NOTIF_CHANNEL}"
script:
- echo "GIT Branch:" && git branch