Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Watson <[email protected]>
Co-authored-by: Alex Szabo <[email protected]>
  • Loading branch information
3 people authored Aug 30, 2023
1 parent 3954d73 commit 152c7c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/pipeline.kibana-release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- label: ":releasethekraken: Release kibana"
# https://regex101.com/r/tY52jo/1
if: 'build.env("BUILDKITE_TAG") =~ "/^deploy@\d+$$/"'
if: build.tag =~ /^deploy@\d+\$/
trigger: gpctl-promote
build:
env:
Expand Down
4 changes: 3 additions & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,6 @@ spec:
trigger_mode: none
teams:
kibana-operations:
access_level: BUILD_AND_READ
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY

0 comments on commit 152c7c1

Please sign in to comment.