mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
tech(build): moves builds script into main repo
This commit is contained in:
8
scripts/build/deploy.sh
Executable file
8
scripts/build/deploy.sh
Executable 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
|
Reference in New Issue
Block a user