FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Verified Commit bd50053f authored by Sebastiaan ten Pas's avatar Sebastiaan ten Pas
Browse files

fix: disable openapi generator in multi stage docker builds

parent 986f64a7
No related branches found
No related tags found
1 merge request!118fix: disable openapi generator in multi stage docker builds
...@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. ...@@ -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/), 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). 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 ## [6.6.0] - 2025-02-17
### Added ### Added
......
...@@ -34,6 +34,7 @@ multiple-docker-images: ...@@ -34,6 +34,7 @@ multiple-docker-images:
CODE_QUALITY_DISABLED: "1" CODE_QUALITY_DISABLED: "1"
SECRET_DETECTION_DISABLED: "1" SECRET_DETECTION_DISABLED: "1"
RELEASE_IT_DISABLED: "1" RELEASE_IT_DISABLED: "1"
OPENAPI_GENERATOR_DISABLED: "1"
parallel: parallel:
matrix: matrix:
- DOCKER_BUILD_TARGET: $[[ inputs.docker_build_targets ]] - DOCKER_BUILD_TARGET: $[[ inputs.docker_build_targets ]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment