Skip to content

Commit

Permalink
fix: Disable pure::variants build for Capella 7.0.0
Browse files Browse the repository at this point in the history
It doesn't seem to be compatible as of now.
  • Loading branch information
MoritzWeber0 committed Jul 23, 2024
1 parent d593c44 commit b6a423c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci-templates/gitlab/image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ t4c/client/remote/pure-variants:
- job: t4c/client/remote
optional: true
rules:
- if: '$CAPELLA_VERSION == "7.0.0"'
when: never
- if: '$T4C_CLIENT_REMOTE_PURE_VARIANTS == "1"'
when: always
variables:
Expand Down

0 comments on commit b6a423c

Please sign in to comment.