summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-02-13 15:35:47 +1100
committerGitHub <noreply@github.com>2020-02-12 20:35:47 -0800
commitbf62726bc632d1c65e8f2960af0052523f420266 (patch)
tree730ca87f18edc28fa583a83b72e9bbd5ebadd5bd /.travis
parent4fd6fdc53a47dde154a23a4565ebc9e0caec87ad (diff)
Revert "Added hack to sha256sums.txt to force users of NetData on v1.19.0-483 with a broken updater to update to latest (#8057)" (#8076)
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/create_artifacts.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis/create_artifacts.sh b/.travis/create_artifacts.sh
index 14cc50f18c..ce764469f9 100755
--- a/.travis/create_artifacts.sh
+++ b/.travis/create_artifacts.sh
@@ -62,10 +62,5 @@ cd artifacts
ln -s "${BASENAME}.tar.gz" netdata-latest.tar.gz
ln -s "${BASENAME}.gz.run" netdata-latest.gz.run
sha256sum -b ./* >"sha256sums.txt"
-
-# TODO: Remove this after 1 successfuly nightly or until there are no v1.19.0-432 instances left
-# XXX: See: https://github.com/netdata/netdata/issues/8056
-sed -i -e '/netdata-v/d' sha256sums.txt
-
echo "checksums:"
cat sha256sums.txt