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

Small tweaks to allow testing from branch

parent 29fbaaa3
Branches dev-image-test
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/master/gitlab_templates-master.zip
- unzip gitlab_templates-master.zip && cd gitlab_templates-master/deploy
- 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/deploy
- 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/master/gitlab_templates-master.zip
- unzip gitlab_templates-master.zip && cd gitlab_templates-master/deploy
- 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/deploy
- 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