Skip to content

Commit

Permalink
Adjust version trait
Browse files Browse the repository at this point in the history
Do not inherit version trait to all pipelines.
Instead, only define on required pipeline level with link to correct
versionfile.
  • Loading branch information
zkdev committed Jun 25, 2024
1 parent 578c168 commit 7c50e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/pipeline_definitions
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
glci:
base_definition:
traits:
version: ~
notifications:
default:
on_error:
Expand Down Expand Up @@ -57,6 +56,7 @@ glci:
version:
preprocess: 'finalize'
inject_effective_version: True
versionfile: 'job-image-version'
component_descriptor:
component_name: 'github.com/gardenlinux/glci/utils'
ocm_repository: europe-docker.pkg.dev/gardener-project/releases

0 comments on commit 7c50e99

Please sign in to comment.