Skip to content
Snippets Groups Projects
Commit 49ead59d authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Modify only/except regex

parent f3acdeea
Branches
Tags
No related merge requests found
Pipeline #48095 passed
...@@ -40,7 +40,7 @@ industrial_ci_kinetic: ...@@ -40,7 +40,7 @@ industrial_ci_kinetic:
DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}" DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
except: except:
- tags - tags
- melodic-* - 'melodic-.*'
industrial_ci_melodic: industrial_ci_melodic:
extends: .industrial_ci extends: .industrial_ci
...@@ -48,7 +48,7 @@ industrial_ci_melodic: ...@@ -48,7 +48,7 @@ industrial_ci_melodic:
ROS_DISTRO: melodic ROS_DISTRO: melodic
DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}" DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
only: only:
- melodic-* - 'melodic-.*'
except: except:
- tags - tags
......
...@@ -42,7 +42,7 @@ industrial_ci_kinetic: ...@@ -42,7 +42,7 @@ industrial_ci_kinetic:
DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}" DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
except: except:
- tags - tags
- melodic-* - 'melodic-.*'
industrial_ci_melodic: industrial_ci_melodic:
extends: .industrial_ci extends: .industrial_ci
...@@ -50,7 +50,7 @@ industrial_ci_melodic: ...@@ -50,7 +50,7 @@ industrial_ci_melodic:
ROS_DISTRO: melodic ROS_DISTRO: melodic
DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}" DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
only: only:
- melodic-* - 'melodic-.*'
except: except:
- tags - tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment