Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet-cfssl
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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-cfssl
Merge requests
!30
Resolve "fix release process"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "fix release process"
31-fix-release-process
into
main
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Fabien Combernous
requested to merge
31-fix-release-process
into
main
9 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#31 (closed)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
4fe40b2e
1 commit,
9 months ago
1 file
+
4
−
5
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
4
−
5
Options
@@ -18,6 +18,9 @@ stages:
@@ -18,6 +18,9 @@ stages:
matrix
:
matrix
:
-
RUBY_VERSION
:
[
'
3.2.0'
]
-
RUBY_VERSION
:
[
'
3.2.0'
]
PUPPET_GEM_VERSION
:
[
'
~>
7'
]
PUPPET_GEM_VERSION
:
[
'
~>
7'
]
BLACKSMITH_FORGE_USERNAME
:
"
$BLACKSMITH_FORGE_USERNAME"
BLACKSMITH_FORGE_API_KEY
:
"
$BLACKSMITH_FORGE_API_KEY"
image
:
ruby:${RUBY_VERSION}
image
:
ruby:${RUBY_VERSION}
cache
:
cache
:
paths
:
paths
:
@@ -72,12 +75,8 @@ acceptance:
@@ -72,12 +75,8 @@ acceptance:
release
:
release
:
needs
:
needs
:
-
acceptance
-
acceptance
extends
:
.common-matrix
stage
:
release
stage
:
release
image
:
ruby:3.2.0
variables
:
PUPPET_GEM_VERSION
:
"
~>
7"
BLACKSMITH_FORGE_USERNAME
:
"
$BLACKSMITH_FORGE_USERNAME"
BLACKSMITH_FORGE_API_KEY
:
"
$BLACKSMITH_FORGE_API_KEY"
script
:
script
:
-
bundle exec puppet strings generate --format markdown --out REFERENCE.md
-
bundle exec puppet strings generate --format markdown --out REFERENCE.md
-
bundle exec rake module:push
-
bundle exec rake module:push
Loading