Skip to content

Commit

Permalink
Trigger builds when tags are pushed (#202)
Browse files Browse the repository at this point in the history
This commit updates the Buildkite pipeline configuration to trigger
builds when tags are pushed.
  • Loading branch information
thbkrkr authored Nov 8, 2023
1 parent d64e9d7 commit 515b3ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/scripts/get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# you may not use this file except in compliance with the Elastic License 2.0.
#

# Script to copy the eck-diagnostics binary in the current directory from the container image.
# Script to copy the eck-diagnostics binary in the current directory from the container image.
# It is intended to be displayed on stdout and piped into sh.

set -eu
Expand Down
3 changes: 2 additions & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ spec:
name: eck-diagnostics
spec:
repository: elastic/eck-diagnostics
pipeline_file: ".buildkite/pipeline.yml"
provider_settings:
build_tags: true
teams:
cloud-k8s-operator:
access_level: MANAGE_BUILD_AND_READ
Expand Down

0 comments on commit 515b3ef

Please sign in to comment.