Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Merge requests
!81
Resolve "Update ddeploy version"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Update ddeploy version"
50-update-ddeploy-version
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Iñigo Moreno i Caireta
requested to merge
50-update-ddeploy-version
into
master
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#50 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cad4bc8d
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ci-templates/industrial-ci-templates.yml
+
1
−
1
Options
@@ -35,7 +35,7 @@
-
git config --global credential.helper store
-
echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials
# install ddeploy
-
pip install git+ssh://git@git.code.tecnalia.com/tecnalia_robotics/flexbotics/flexbotics_utils/ddeploy.git@v0.
1
.0
-
pip install git+ssh://git@git.code.tecnalia.com/tecnalia_robotics/flexbotics/flexbotics_utils/ddeploy.git@v0.
2
.0
-
docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
script
:
# Run ddeploy
Loading