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

Add docker pull trying to fix registry authentication

parent 468fc79f
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ industrial_ci_kinetic: ...@@ -20,6 +20,7 @@ industrial_ci_kinetic:
- apk add --update bash coreutils tar - apk add --update bash coreutils tar
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config - git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
- docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN} - docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
- docker pull tecnalia-robotics.artifact.tecnalia.com/test-robotics/flexbotics-base-devel
script: .ci_config/gitlab.sh script: .ci_config/gitlab.sh
variables: variables:
ROS_DISTRO: kinetic ROS_DISTRO: kinetic
......
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