mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 22:52:53 +08:00
8 lines
111 B
Bash
Executable File
8 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
##
|
|
## Common variable declarations
|
|
##
|
|
|
|
DOCKER_IMAGE_NAME="grafana/grafana-plugin-ci:1.2.0-alpine"
|