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

Yet another URL fix

parent 45678eb8
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@ industrial_ci_kinetic_deploy:
script:
- .ci_config/gitlab.sh
- cd $(mktemp -d)
- wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/-/archive/dev-image-test/gitlab_templates-dev-image.zip
- unzip gitlab_templates-master.zip && cd gitlab_templates-master
- wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/-/archive/dev-image-test/gitlab_templates-dev-image-test.zip
- unzip gitlab_templates-dev-image-test.zip && cd gitlab_templates-dev-image-test
- cd base
- chmod a+x ros_entrypoint.bash
- docker build -t ${ARTIFACT_DOCKER_URL}/${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME} .
......
......@@ -45,8 +45,8 @@ industrial_ci_kinetic_deploy:
script:
- .ci_config/gitlab.sh
- cd $(mktemp -d)
- wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/-/archive/dev-image-test/gitlab_templates-dev-image.zip
- unzip gitlab_templates-master.zip && cd gitlab_templates-master
- wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/-/archive/dev-image-test/gitlab_templates-dev-image-test.zip
- unzip gitlab_templates-dev-image-test.zip && cd gitlab_templates-dev-image-test
- cd base
- chmod a+x ros_entrypoint.bash
- docker build -t ${ARTIFACT_DOCKER_URL}/${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME} .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment