Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet-wordpress
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
Container Registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adullact
puppet-wordpress
Commits
d22df4b1
Commit
d22df4b1
authored
6 years ago
by
Fabien Combernous
Browse files
Options
Downloads
Plain Diff
Merge branch '58-add-release-stage-in-gitlab-ci' into 'master'
Resolve "add release stage in gitlab CI" Closes
#58
See merge request
!52
parents
1aee3428
26e5f274
No related branches found
No related tags found
1 merge request
!52
Resolve "add release stage in gitlab CI"
Pipeline
#2519
canceled
6 years ago
Stage: syntax
Stage: unit
Stage: acceptance
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-0
17 additions, 0 deletions
.gitlab-ci.yml
with
17 additions
and
0 deletions
.gitlab-ci.yml
+
17
−
0
View file @
d22df4b1
...
...
@@ -3,6 +3,7 @@ stages:
-
syntax
-
unit
-
acceptance
-
release
cache
:
paths
:
...
...
@@ -174,3 +175,19 @@ acceptance with puppet6 centos7:
-
bundle exec rake beaker
tags
:
-
puppet-tests
module release
:
stage
:
release
variables
:
RBENV_VERSION
:
'
2.5.1'
script
:
-
pdk build
tags
:
-
puppet-tests
only
:
-
master
artifacts
:
paths
:
-
pkg/
expire_in
:
6 weeks
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment