ba4a8256a4
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
19 lines
507 B
YAML
19 lines
507 B
YAML
version: '3'
|
|
services:
|
|
citest:
|
|
image: "amd64/alpine"
|
|
user: root
|
|
volumes:
|
|
- ../scripts:/home/circleci/scripts
|
|
- ../install:/home/circleci/install
|
|
- ${HOME}/.ssh:/root/.ssh
|
|
- ../../..:/home/circleci/grafana-toolkit
|
|
cibuilt:
|
|
image: "grafana/grafana-plugin-ci:latest-alpine"
|
|
user: root
|
|
volumes:
|
|
- ../scripts:/home/circleci/scripts
|
|
- ../install:/home/circleci/install
|
|
- ${HOME}/.ssh:/root/.ssh
|
|
- ../../..:/home/circleci/grafana-toolkit
|