summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-02-18 11:40:19 -0500
committerGitHub <noreply@github.com>2022-02-18 11:40:19 -0500
commit5f2f721080b28fc605902d0fe7730ebf568aac3c (patch)
tree90521891ae1148ef6109f8bd6fe12d6de9c57abb /.travis.yml
parentda7f215ad6c98cbf54ab93dbc1d2457ac01dbb08 (diff)
Finish pushing handling of kickstart checksums to netdata/learn. (#12176)
* Finish pushing handling of kickstart checksums to netdata/learn. * Replace the checksum in the file here with a placeholder (it will get replaced by the documentation processing code in the learn repo anyway, this just makes it obvious that that will be happening). * Remove the CI jobs that validate the checksum against what it ‘should be’. * Add a new workflow to explicitly trigger the documentation update workflow in netdata/learn when documentation changes here _or_ the kickstart script gets updated. Additionall automation will be added internally to ensure the checksum update automation stays working. * Fix file matches.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 32ee455e5b..ba80b30ef1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -125,11 +125,8 @@ jobs:
# This is the nightly pre-execution step (Jobs, preparatory steps for nightly, etc)
- stage: Nightly operations
- name: Kickstart files integrity testing (extended)
- script: ./tests/installer/checksums.sh
-
# This is generating the changelog for nightly release and publish it
- - name: Generate nightly changelog
+ name: Generate nightly changelog
script:
- ".travis/nightlies.sh"
- ".travis/check_changelog_last_modification.sh"