mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
Need custom_build_dir now for the shared lint-and-build thing
This commit is contained in:
parent
12136f61cf
commit
958c09fb9f
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
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.
|
||||
[runners.custom_build_dir]
|
||||
enabled = true
|
||||
```
|
||||
|
||||
## Using images
|
||||
|
|
Loading…
Reference in a new issue