tech(build): moves builds script into main repo

This commit is contained in:
bergquist
2017-01-23 15:09:18 +01:00
parent b1888fb8eb
commit 1339ce80f5
6 changed files with 97 additions and 1 deletions

8
scripts/build/deploy.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
mkdir -p dist
docker run -i -t --name gfbuild \
-v $(pwd)/dist:/tmp/dist \
-e "GRAFANA_BRANCH=${GRAFANA_BRANCH}" \
grafana/buildcontainer