Skip to content
Snippets Groups Projects
Commit 4f4d170cdea5 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:rocket: parallel builds

parent ebd18724d209
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,11 @@
image: plugins/hg
- name: flake8
depends:
- hg
pull: always
image: alpine/flake8
commands:
- flake8
- name: isort
......@@ -17,12 +19,14 @@
pull: always
image: alpine/flake8
commands:
- flake8
- name: isort
depends:
- hg
pull: always
image: xcgd/isort:odoo
commands:
- isort -c -df
- name: docker_docker_build_copy
......@@ -23,9 +27,12 @@
pull: always
image: xcgd/isort:odoo
commands:
- isort -c -df
- name: docker_docker_build_copy
depends:
- flake8
- isort
pull: default
image: plugins/docker
settings:
......@@ -38,6 +45,9 @@
from_secret: docker_password
- name: docker_import_csv
depends:
- flake8
- isort
pull: default
image: plugins/docker
settings:
......@@ -50,6 +60,9 @@
from_secret: docker_password
- name: mattermost
depends:
- docker_docker_build_copy
- docker_import_csv
pull: default
image: plugins/slack
settings:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment