Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
templates
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tecnalia_robotics-public
templates
Commits
d2abcf80
Commit
d2abcf80
authored
Mar 01, 2019
by
Prada Sarasola, Miguel
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix branch-specific URLs from
!16
These should've been changed before merging. Oops!
parent
69f45a6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+3
-3
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+3
-3
No files found.
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
d2abcf80
...
...
@@ -38,13 +38,13 @@ industrial_ci_kinetic:
industrial_ci_kinetic_deploy
:
extends
:
.industrial_ci_kinetic
variables
:
AFTER_SCRIPT
:
"
wget
-q
-O
-
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/
deploy-image-build
/scripts/pre-deploy-cleanup.bash
|
bash"
AFTER_SCRIPT
:
"
wget
-q
-O
-
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/
master
/scripts/pre-deploy-cleanup.bash
|
bash"
DOCKER_COMMIT
:
industrial_ci_image
script
:
-
.ci_config/gitlab.sh
-
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/ros_entrypoint.bash
-
wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/
master
/deploy/Dockerfile
-
wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/
master
/deploy/ros_entrypoint.bash
-
chmod a+x ros_entrypoint.bash
-
docker build -t ${ARTIFACT_DOCKER_URL}/${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME} .
-
docker push ${ARTIFACT_DOCKER_URL}/${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME}
...
...
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
d2abcf80
...
...
@@ -40,13 +40,13 @@ industrial_ci_kinetic:
industrial_ci_kinetic_deploy
:
extends
:
.industrial_ci_kinetic
variables
:
AFTER_SCRIPT
:
"
wget
-q
-O
-
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/
deploy-image-build
/scripts/pre-deploy-cleanup.bash
|
bash"
AFTER_SCRIPT
:
"
wget
-q
-O
-
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/
master
/scripts/pre-deploy-cleanup.bash
|
bash"
DOCKER_COMMIT
:
industrial_ci_image
script
:
-
.ci_config/gitlab.sh
-
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/ros_entrypoint.bash
-
wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/
master
/deploy/Dockerfile
-
wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/
master
/deploy/ros_entrypoint.bash
-
chmod a+x ros_entrypoint.bash
-
docker build -t ${ARTIFACT_DOCKER_URL}/${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME} .
-
docker push ${ARTIFACT_DOCKER_URL}/${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME}
...
...
Prada Sarasola, Miguel
@miguel.prada
mentioned in merge request
!22 (merged)
·
Mar 01, 2019
mentioned in merge request
!22 (merged)
mentioned in merge request !22
Toggle commit list
Write
Preview
Markdown
is supported
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