-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathrepos.yml
27 lines (25 loc) · 898 Bytes
/
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
./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 # attachment_s3
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 # attachment_s3
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 # attachment_s3
- up refs/pull/345/head # session_redis
target: &odoo_14 origin docker/14.0