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

:pencil: orus.io is fixed so using the tag again

parent 2a4a4c75eb69
No related branches found
No related tags found
1 merge request!51📝 orus.io is fixed so using the tag again
......@@ -13,9 +13,7 @@
stage: test
needs: []
image:
# ci runners do not get the latest 11.0-bionic, so use the hash
#name: registry.xcg.io/odoo/odoo:11.0-bionic
name: registry.xcg.io/odoo/odoo:hg-9d8e9462c31889244df9569ed9ac159599d17472
name: registry.xcg.io/odoo/odoo:11.0-bionic
entrypoint: [""]
services:
- name: postgres:12-alpine
......@@ -58,9 +56,7 @@
import_jsonrpc_odoo13_test:
extends: import_jsonrpc_odoo11_test
image:
# ci runners do not get the latest 13.0, so use the hash
#name: registry.xcg.io/odoo/odoo:13.0
name: registry.xcg.io/odoo/odoo:hg-05143ce629ed64d9b4d4713df4443ff4dddd3d9f
name: registry.xcg.io/odoo/odoo:13.0
entrypoint: [""]
variables:
ODOO_TYPE: odoo13
......@@ -68,9 +64,7 @@
import_base_import_odoo13_test:
extends: import_base_import_odoo11_test
image:
# ci runners do not get the latest 13.0, so use the hash
#name: registry.xcg.io/odoo/odoo:13.0
name: registry.xcg.io/odoo/odoo:hg-05143ce629ed64d9b4d4713df4443ff4dddd3d9f
name: registry.xcg.io/odoo/odoo:13.0
entrypoint: [""]
variables:
ODOO_TYPE: odoo13
......
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