Skip to content

Commit 5f9278a

Browse files
committed
Pass branch and commit info to the Publish to serverless pipeline
1 parent 3062264 commit 5f9278a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,3 +374,6 @@ steps:
374374
- label: "Publish to serverless"
375375
branches: main
376376
trigger: "agentless-serverless-release"
377+
build:
378+
commit: "${BUILDKITE_COMMIT}"
379+
branch: "${BUILDKITE_BRANCH}"

0 commit comments

Comments
 (0)