52a8f2bf7e
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
19 lines
449 B
YAML
19 lines
449 B
YAML
version: '3'
|
|
services:
|
|
citest:
|
|
image: "debian:buster-slim"
|
|
user: root
|
|
volumes:
|
|
- ../scripts:/root/scripts
|
|
- ../install:/root/install
|
|
- ${HOME}/.ssh:/root/.ssh
|
|
- ../../..:/root/grafana-toolkit
|
|
cibuilt:
|
|
image: "grafana/grafana-plugin-ci-e2e"
|
|
user: root
|
|
volumes:
|
|
- ../scripts:/root/scripts
|
|
- ../install:/root/install
|
|
- ${HOME}/.ssh:/root/.ssh
|
|
- ../../..:/root/grafana-toolkit
|