mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Removing the double quotes from the build.filter (#165500)
@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
This commit is contained in:
parent
8267c56322
commit
7a1ec0c5c1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue