summaryrefslogtreecommitdiffstats
path: root/monitoring/ceph-mixin/jsonnet-bundler-build.sh
blob: d713cffb8bcc5eaeb0fe5589d9df82d2dea51cf3 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -ex

JSONNET_VERSION="v0.4.0"
OUTPUT_DIR=${1:-$(pwd)}

git clone -b ${JSONNET_VERSION} --depth 1 https://github.com/jsonnet-bundler/jsonnet-bundler
make -C jsonnet-bundler  build
mv jsonnet-bundler/_output/jb ${OUTPUT_DIR}