Skip to content
Snippets Groups Projects

Use custom docker image no docker base image

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -19,6 +19,7 @@ industrial_ci_kinetic:
before_script:
- apk add --update bash coreutils tar
- 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}
script: .ci_config/gitlab.sh
variables:
ROS_DISTRO: kinetic
Loading