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
parent
f73758e3a5
commit
9925d360f4
|
@ -19,7 +19,7 @@ set -o verbose
|
||||||
|
|
||||||
COMMIT="4e0814ee3f93b796356a51a4795a332568940a72"
|
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
|
cd prometheus-cpp
|
||||||
git checkout ${COMMIT}
|
git checkout ${COMMIT}
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
Loading…
Reference in New Issue