mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
8 lines
107 B
Bash
8 lines
107 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
##
|
||
|
|
## Common variable declarations
|
||
|
|
##
|
||
|
|
|
||
|
|
DOCKER_IMAGE_NAME="srclosson/grafana-plugin-ci-alpine"
|