You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
206 B
9 lines
206 B
#!/bin/bash
|
|
|
|
##
|
|
## Common variable declarations
|
|
##
|
|
|
|
DOCKER_IMAGE_BASE_NAME="grafana/grafana-plugin-ci-e2e"
|
|
DOCKER_IMAGE_VERSION="1.3.0"
|
|
DOCKER_IMAGE_NAME="${DOCKER_IMAGE_BASE_NAME}:${DOCKER_IMAGE_VERSION}"
|
|
|