forked from ursais/docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepos.yml
36 lines (33 loc) · 1.08 KB
/
repos.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
./odoo/12.0/src/odoo-cloud-platform:
remotes:
up: https://github.com/camptocamp/odoo-cloud-platform.git
origin: git+ssh://[email protected]/ursais/odoo-cloud-platform.git
merges:
- up 12.0
- up refs/pull/236/head
target: &odoo_12 origin docker/12.0
./odoo/13.0/src/odoo-cloud-platform:
remotes:
up: https://github.com/camptocamp/odoo-cloud-platform.git
origin: git+ssh://[email protected]/ursais/odoo-cloud-platform.git
merges:
- up 13.0
- up refs/pull/266/head
target: &odoo_13 origin docker/13.0
./odoo/14.0/src/odoo-cloud-platform:
remotes:
up: https://github.com/camptocamp/odoo-cloud-platform.git
origin: git+ssh://[email protected]/ursais/odoo-cloud-platform.git
merges:
- up 14.0
- up refs/pull/245/head
target: &odoo_14 origin docker/14.0
./odoo/15.0/src/odoo-cloud-platform:
remotes:
up: https://github.com/camptocamp/odoo-cloud-platform.git
origin: git+ssh://[email protected]/ursais/odoo-cloud-platform.git
merges:
- up 15.0
# - up refs/pull/245/head
# - up refs/pull/253/head
target: &odoo_15 origin docker/15.0