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