Skip to content

Commit

Permalink
Removing the double quotes from the build.filter (elastic#165500)
Browse files Browse the repository at this point in the history
@brianseeders figured this out. We tried out this change by modifying
the pipeline directly, and it triggered the pipeline:
https://buildkite.com/elastic/kibana-serverless-release
  • Loading branch information
kobelb authored and sphilipse committed Sep 4, 2023
1 parent 431c111 commit f0700e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ spec:
build_pull_request_forks: false
build_tags: true
# https://regex101.com/r/tY52jo/1
filter_condition: 'build.tag =~ "/^deploy@\d+\$/"'
filter_condition: 'build.tag =~ /^deploy@\d+$/'
filter_enabled: true
teams:
kibana-operations:
Expand Down

0 comments on commit f0700e6

Please sign in to comment.