Need custom_build_dir now for the shared lint-and-build thing

This commit is contained in:
Alexandre Aubin 2024-08-08 17:52:26 +02:00
parent 12136f61cf
commit 958c09fb9f

View file

@ -59,6 +59,8 @@ check_interval = 0
prepare_exec = "/opt/yunohost-ci/prepare.sh" # Path to a bash script to create lxd container and download dependencies. prepare_exec = "/opt/yunohost-ci/prepare.sh" # Path to a bash script to create lxd container and download dependencies.
run_exec = "/opt/yunohost-ci/run.sh" # Path to a bash script to run script inside the container. run_exec = "/opt/yunohost-ci/run.sh" # Path to a bash script to run script inside the container.
cleanup_exec = "/opt/yunohost-ci/cleanup.sh" # Path to bash script to delete container. cleanup_exec = "/opt/yunohost-ci/cleanup.sh" # Path to bash script to delete container.
[runners.custom_build_dir]
enabled = true
``` ```
## Using images ## Using images