mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 08:32:51 +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.4.0"
|