Skip to content

Commit

Permalink
[CHORE] Setting regex for release job tag filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Nov 30, 2023
1 parent 664ed2b commit ef41de7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,13 @@ spec:
spec:
repository: elastic/eui
pipeline_file: ".buildkite/pipelines/pipeline_release_deploy_docs.yml"
default_branch: main
provider_settings:
build_branches: false
build_tags: true # Will trigger job when GitHub tags are created
build_tags: true # Will trigger job when GitHub release tags are created
build_pull_requests: false
filter_enabled: true
filter_condition: | # Eg 100.100.100 but skip 100.100.100.1 or 100.100.100-rc
build.tag =~ /^[0-9]+\.[0-9]+\.[0-9]+$/
teams:
eui-team:
access_level: MANAGE_BUILD_AND_READ
Expand Down

0 comments on commit ef41de7

Please sign in to comment.