Skip to content
Snippets Groups Projects

Use the recommended way of cloning the industrial_ci repo - and explicit branch name

Merged Jon Azpiazu requested to merge change-clone into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -19,7 +19,7 @@ before_script:
stage: build
before_script:
- apk add --update bash coreutils tar
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci.git .ci_config -b legacy
- docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
script: .ci_config/gitlab.sh
variables:
Loading