Skip to content
Snippets Groups Projects
Commit f768ff9d authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Explicitly add wget in case it's removed from base image

parent ddd2016c
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ before_script:
.industrial_ci:
stage: build
before_script:
- apk add --update bash coreutils tar
- apk add --update bash coreutils tar wget
- 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}
- wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/clang-format -O .clang-format
......
......@@ -18,7 +18,7 @@ before_script:
.industrial_ci:
stage: build
before_script:
- apk add --update bash coreutils tar
- apk add --update bash coreutils tar wget
- 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}
- wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/clang-format -O .clang-format
......
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