Skip to content
Snippets Groups Projects
Commit e6c55564 authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Try manual job not to block the pipeline

parent ab5b028f
No related branches found
No related tags found
1 merge request!70Resolve "Update deprecated deploy job"
Pipeline #58814 passed
...@@ -64,6 +64,7 @@ ddeploy_kinetic: ...@@ -64,6 +64,7 @@ ddeploy_kinetic:
exists: exists:
- ddeploy.yaml - ddeploy.yaml
when: manual when: manual
allow_failure: true
ddeploy_melodic: ddeploy_melodic:
extends: .ddeploy extends: .ddeploy
...@@ -75,6 +76,7 @@ ddeploy_melodic: ...@@ -75,6 +76,7 @@ ddeploy_melodic:
exists: exists:
- ddeploy.yaml - ddeploy.yaml
when: manual when: manual
allow_failure: true
ddeploy_noetic: ddeploy_noetic:
extends: .ddeploy extends: .ddeploy
...@@ -86,3 +88,4 @@ ddeploy_noetic: ...@@ -86,3 +88,4 @@ ddeploy_noetic:
exists: exists:
- ddeploy.yaml - ddeploy.yaml
when: manual when: manual
allow_failure: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment