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

Redefine rules for auto-rules case

parent aca9fb03
No related branches found
No related tags found
1 merge request!70Resolve "Update deprecated deploy job"
......@@ -54,28 +54,14 @@ industrial_ci_noetic:
- if: $BUILD_NOETIC
ddeploy_kinetic:
ddeploy:
extends: .ddeploy
rules:
- if: $DEPLOY && ($DEFAULT_DISTRO == "kinetic" || $BUILD_KINETIC)
- if: $DEPLOY && $CI_COMMIT_TAG
exists:
- ddeploy.yaml
when: manual
allow_failure: true
ddeploy_melodic:
extends: .ddeploy
rules:
- if: $DEPLOY && ($DEFAULT_DISTRO == "melodic" || $BUILD_MELODIC)
exists:
- ddeploy.yaml
when: manual
allow_failure: true
ddeploy_noetic:
extends: .ddeploy
rules:
- if: $DEPLOY && ($DEFAULT_DISTRO == "noetic" || $BUILD_NOETIC)
when: always
- if: $DEPLOY
exists:
- ddeploy.yaml
when: manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment