To make it more consistent with other hook scripts and we also rename `docker-compose.yml` to `compose.yml` Reviewed-on: https://projects.blender.org/infrastructure/gitea-custom/pulls/20
10 lines
255 B
YAML
10 lines
255 B
YAML
services:
|
|
gitea_deny_binary_tests:
|
|
image: ghcr.io/blender/gitea:v1.25.3
|
|
container_name: gitea_deny_binary_tests
|
|
working_dir: /workspace
|
|
command: bash -c "./test/run_deny_binary_tests.sh"
|
|
volumes:
|
|
- ./:/workspace
|
|
user: root
|