Clone that contains prometheus version (#1489)

This silently worked when it was written, but in order 
to check out a specific commit we cannot have a shallow
clone of the master.
master
Andre Gaschler 2019-01-02 11:50:51 +01:00 committed by GitHub
parent f73758e3a5
commit 9925d360f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ set -o verbose
COMMIT="4e0814ee3f93b796356a51a4795a332568940a72"
git clone --depth 1 https://github.com/jupp0r/prometheus-cpp.git
git clone https://github.com/jupp0r/prometheus-cpp.git
cd prometheus-cpp
git checkout ${COMMIT}
git submodule update --init