mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 21:57:17 +00:00
10 lines
297 B
YAML
10 lines
297 B
YAML
|
# Do not modify this file or your builds will be automatically rejected!
|
||
|
---
|
||
|
pipeline:
|
||
|
build:
|
||
|
image: eu.gcr.io/avatao-challengestore/challenge-builder
|
||
|
volumes:
|
||
|
- /etc/docker:/etc/docker:ro
|
||
|
- /root/.docker:/root/.docker:ro
|
||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|