mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00

At this moment, the Docker image is built at the beginning of each runbot build. This blocks the _scheduler while the image is built. With this commit, the image is built before calling the _scheduler and is not linked to a runbot build. Also, the necessary dirs are created in the static path before starting the loop.
14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
# dotfiles
|
|
.*
|
|
# compiled python files
|
|
*.py[co]
|
|
# emacs backup files
|
|
*~
|
|
# runbot work files
|
|
runbot/static/build
|
|
runbot/static/repo
|
|
runbot/static/sources
|
|
runbot/static/nginx
|
|
runbot/static/databases
|
|
runbot/static/docker
|