-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prior to this PR, the
propagatePipelineNameLabelToPipelineRun
function will continuously set the pipeline name label during each `reconcile` process. This may override the results by the `storePipelineSpecAndMergeMeta` function. This may cause some remote resource names to not be set correctly. This commit, when the pipeline name label has been set, the next `reconcile` will not be reset again.
- Loading branch information
1 parent
5c40712
commit 8a938fc
Showing
2 changed files
with
134 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters