Skip to content

DESH-46 leave build client jobs separated

Robin Laerm requested to merge feature/DESH-46-build-clients into develop

Merge Request

Breaking Changes

none

Description

We leave the build scripts for building the clients separated because sometimes we have to use different versions of the "openapitools/openapi-generator-cli" image. For example the python-legacy client uses an older version than the others. If we put all clients into the same file, renovate-bot wants to update all versions and we cannot pick one job to use another version. This is only possible for the whole file.

Screenshot

Checklist

  • The code compiles without any warnings.
  • I followed the code review checklist.
  • The documentation has been added/updated.
  • There are no System.out.println() statements.
  • package-lock.json was not changed unless I added or edited dependencies.

Related Issues

Edited by Robin Laerm

Merge request reports

Loading