Commit bdb383e 1 parent 55cc5fe commit bdb383e Copy full SHA for bdb383e
File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ set -euo pipefail
6
6
# https://buildkite.com/docs/pipelines/managing-log-output#redacted-environment-variables
7
7
PRIVATE_CI_GCS_CREDENTIALS_PATH=" kv/ci-shared/platform-ingest/gcp-platform-ingest-ci-service-account"
8
8
9
+ if [[ " ${BUILDKITE_LABEL:- } " == * " Pipeline upload" * || " ${BUILDKITE_LABEL:- } " == * " Upload Pipeline" * ]]; then
10
+
11
+ if [[ " ${GITHUB_PR_TRIGGER_COMMENT:- } " != " " ]]; then
12
+ buildkite-agent annotate " **No changes.** Triggered from comment: _${GITHUB_PR_TRIGGER_COMMENT} _" --style " info" --context ' ctx-info'
13
+ fi
14
+ fi
15
+
9
16
if [[ " $BUILDKITE_PIPELINE_SLUG " == " beats-xpack-packetbeat" && " $BUILDKITE_STEP_KEY " == * " system-tests" * ]]; then
10
17
PRIVATE_CI_GCS_CREDENTIALS_SECRET=$( retry -t 5 -- vault kv get -field plaintext -format=json ${PRIVATE_CI_GCS_CREDENTIALS_PATH} )
11
18
export PRIVATE_CI_GCS_CREDENTIALS_SECRET
You can’t perform that action at this time.
0 commit comments