Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tecnalia_robotics-public
templates
Commits
f213dc45
Commit
f213dc45
authored
Mar 01, 2019
by
Prada Sarasola, Miguel
Browse files
Small tweaks to allow testing from branch
parent
29fbaaa3
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
f213dc45
...
...
@@ -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} .
...
...
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
f213dc45
...
...
@@ -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} .
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment