update netdata to 1.19.0
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jeffrey Paul 2020-02-05 01:40:28 -08:00
parent 489a82bab1
commit ee41e013de
3 changed files with 1 additions and 10 deletions

View File

@ -1,7 +1,5 @@
FROM debian:jessie
ADD git-tag /git-tag
ADD scripts/build.sh /build.sh
ADD scripts/run.sh /run.sh

View File

@ -1 +0,0 @@
v1.8.0

View File

@ -18,13 +18,7 @@ apt-get -y install ssmtp mailutils apcupsd
git clone https://github.com/netdata/netdata.git /netdata.git
cd /netdata.git
TAG=$(</git-tag)
if [ ! -z "$TAG" ]; then
echo "Checking out tag: $TAG"
git checkout tags/$TAG
else
echo "No tag, using master"
fi
git checkout 5000257f0171271cb3ee2cf0fe02e8a2154ddf2e
# use the provided installer