Skip to content

Commit 7cae0ac

Browse files
authored
Update catalog-info.yaml (#17577)
Fixes an error where this was being treated as a number rather than a string
1 parent 443241b commit 7cae0ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

catalog-info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,12 +794,12 @@ spec:
794794
env:
795795
PIPELINES_TO_TRIGGER: 'logstash-jdk-availability-check-pipeline'
796796
Weekly JDK availability check (8.19):
797-
branch: 8.19
797+
branch: "8.19"
798798
cronline: 0 2 * * 1 # every Monday@2AM UTC
799799
message: Weekly trigger of JDK update availability pipeline per branch
800800
env:
801801
PIPELINES_TO_TRIGGER: 'logstash-jdk-availability-check-pipeline'
802802

803803
# *******************************
804804
# SECTION END: JDK check pipeline
805-
# *******************************
805+
# *******************************

0 commit comments

Comments
 (0)