Skip to content

Commit

Permalink
Merge pull request #308 from DSD-DBS/disable-pv-capella-7
Browse files Browse the repository at this point in the history
fix: Disable pure::variants build for Capella 7.0.0
  • Loading branch information
MoritzWeber0 authored Jul 23, 2024
2 parents 9f67b5a + b6a423c commit cb9daea
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 cb9daea

Please sign in to comment.