Skip to content
Snippets Groups Projects

Deploy image build

Merged Prada Sarasola, Miguel requested to merge deploy-image-build into master
All threads resolved!
2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -42,6 +42,7 @@ industrial_ci_kinetic_deploy:
@@ -42,6 +42,7 @@ industrial_ci_kinetic_deploy:
- cd $(mktemp -d)
- cd $(mktemp -d)
- wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/deploy-image-build/deploy/Dockerfile
- wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/deploy-image-build/deploy/Dockerfile
- wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/deploy-image-build/deploy/ros_entrypoint.bash
- wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/deploy-image-build/deploy/ros_entrypoint.bash
 
- chmod a+x ros_entrypoint.bash
- docker build -t ${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME} .
- docker build -t ${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME} .
- docker push ${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME}
- docker push ${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME}
only:
only:
Loading