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

:rocket: fix tag due to optional missing on some jobs

[skip ci]
parent bad385a007db
No related branches found
No related tags found
No related merge requests found
......@@ -220,4 +220,5 @@
stage: deploy
needs:
- job: docker_build_copy_test
optional: true
- job: import_jsonrpc_odoo11_test
......@@ -223,2 +224,3 @@
- job: import_jsonrpc_odoo11_test
optional: true
- job: import_jsonrpc_odoo11_test-focal
......@@ -224,2 +226,3 @@
- job: import_jsonrpc_odoo11_test-focal
optional: true
- job: import_jsonrpc_odoo13_test
......@@ -225,2 +228,3 @@
- job: import_jsonrpc_odoo13_test
optional: true
- job: import_base_import_odoo11_test
......@@ -226,2 +230,3 @@
- job: import_base_import_odoo11_test
optional: true
- job: unittest
......@@ -227,4 +232,5 @@
- job: unittest
optional: true
variables:
TAG_LATEST: branch/default
script:
......
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