Skip to content
Snippets Groups Projects

Fix hardcoded docker image name

Merged Jon Azpiazu requested to merge fix-hardcoded-docker-image-name into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -24,7 +24,7 @@ industrial_ci_kinetic:
@@ -24,7 +24,7 @@ industrial_ci_kinetic:
variables:
variables:
ROS_DISTRO: kinetic
ROS_DISTRO: kinetic
ROS_PARALLEL_JOBS: "-j2" # keep this for now, since there seems to be memory limit issues in the ci VM
ROS_PARALLEL_JOBS: "-j2" # keep this for now, since there seems to be memory limit issues in the ci VM
DOCKER_IMAGE: "tecnalia-robotics.artifact.tecnalia.com/test-robotics/flexbotics-base-devel"
DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/${ARTIFACT_DOCKER_REGISTRY_NAME}/flexbotics-base-devel"
when: always
when: always
##########################################################
##########################################################
Loading