FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CI Templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
Information Services
DevOps
Continuous Delivery
CI Templates
Commits
bd50053f
Verified
Commit
bd50053f
authored
1 month ago
by
Sebastiaan ten Pas
Browse files
Options
Downloads
Patches
Plain Diff
fix: disable openapi generator in multi stage docker builds
parent
986f64a7
No related branches found
Branches containing commit
Tags
v6.1.1
Tags containing commit
1 merge request
!118
fix: disable openapi generator in multi stage docker builds
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
fragments/multi-target-docker-images/multiple-docker-images.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
...target-docker-images/multiple-docker-images.gitlab-ci.yml
with
7 additions
and
0 deletions
CHANGELOG.md
+
6
−
0
View file @
bd50053f
...
...
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [6.6.1] - 2025-02-25
### Fixed
-
Disable OpenAPI generator jobs in child pipelines of multi stage docker builds
## [6.6.0] - 2025-02-17
### Added
...
...
This diff is collapsed.
Click to expand it.
fragments/multi-target-docker-images/multiple-docker-images.gitlab-ci.yml
+
1
−
0
View file @
bd50053f
...
...
@@ -34,6 +34,7 @@ multiple-docker-images:
CODE_QUALITY_DISABLED
:
"
1"
SECRET_DETECTION_DISABLED
:
"
1"
RELEASE_IT_DISABLED
:
"
1"
OPENAPI_GENERATOR_DISABLED
:
"
1"
parallel
:
matrix
:
-
DOCKER_BUILD_TARGET
:
$[[ inputs.docker_build_targets ]]
...
...
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