chore(ci): bootstrap CI + hooks
Squash-merge bootstrap-cicd into integration
This commit is contained in:
13
docker/ci.compose.yml
Normal file
13
docker/ci.compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
ci:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: ci.Dockerfile
|
||||
working_dir: /workspace
|
||||
volumes:
|
||||
- "../:/workspace:Z"
|
||||
environment:
|
||||
- IN_CI_CONTAINER=1
|
||||
entrypoint: ["bash","-lc"]
|
||||
command: ["bash"]
|
||||
|
Reference in New Issue
Block a user