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
!70
Resolve "Update deprecated deploy job"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Update deprecated deploy job"
38-update-deprecated-deploy-job
into
master
Overview
70
Commits
43
Pipelines
38
Changes
2
Merged
Iñigo Moreno i Caireta
requested to merge
38-update-deprecated-deploy-job
into
master
3 years ago
Overview
18
Commits
43
Pipelines
38
Changes
2
Expand
Closes
#38 (closed)
Edited
3 years ago
by
Iñigo Moreno i Caireta
0
0
Merge request reports
Viewing commit
693a928f
Prev
Next
Show latest version
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
693a928f
Move ddeploy to a new deploy stage
· 693a928f
Iñigo Moreno i Caireta
authored
3 years ago
ci-templates/core.yml
+
1
−
0
Options
@@ -16,6 +16,7 @@ services:
stages
:
-
build
-
deploy
before_script
:
-
apk add --update bash coreutils tar wget
Loading