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

Use wildcards to specify branches

parent 383b123e
Branches
Tags
No related merge requests found
Pipeline #48069 passed
...@@ -40,8 +40,7 @@ industrial_ci_kinetic: ...@@ -40,8 +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-devel - melodic-*
- melodic-test
industrial_ci_melodic: industrial_ci_melodic:
extends: .industrial_ci extends: .industrial_ci
...@@ -49,8 +48,7 @@ industrial_ci_melodic: ...@@ -49,8 +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-devel - melodic-*
- melodic-test
except: except:
- tags - tags
......
...@@ -42,8 +42,7 @@ industrial_ci_kinetic: ...@@ -42,8 +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-devel - melodic-*
- melodic-test
industrial_ci_melodic: industrial_ci_melodic:
extends: .industrial_ci extends: .industrial_ci
...@@ -51,8 +50,7 @@ industrial_ci_melodic: ...@@ -51,8 +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-devel - melodic-*
- melodic-test
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