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

Add option to use the melodic-test branch

parent ebed62aa
No related branches found
No related tags found
1 merge request!60Resolve "Allow a way of testing melodic pipeline"
......@@ -40,7 +40,7 @@ industrial_ci_kinetic:
DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
except:
- tags
- melodic-devel
- /^melodic-.*/
industrial_ci_melodic:
extends: .industrial_ci
......@@ -48,7 +48,7 @@ industrial_ci_melodic:
ROS_DISTRO: melodic
DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
only:
- melodic-devel
- /melodic-.*/
except:
- tags
......
......@@ -42,7 +42,7 @@ industrial_ci_kinetic:
DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
except:
- tags
- melodic-devel
- /^melodic-.*/
industrial_ci_melodic:
extends: .industrial_ci
......@@ -50,7 +50,7 @@ industrial_ci_melodic:
ROS_DISTRO: melodic
DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
only:
- melodic-devel
- /^melodic-.*/
except:
- tags
......
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