Skip to content

Commit

Permalink
[INFRA] Configuring Buildkite branch plus commit hash to run jobs a…
Browse files Browse the repository at this point in the history
…ccurately. (#7009)
  • Loading branch information
1Copenut authored Jul 28, 2023
1 parent 6fc0fe2 commit f311713
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ steps:
- trigger: "eui-pull-request-test"
label: ":hammer: EUI pull request test"
build:
branch: "${BUILDKITE_BRANCH}"
commit: "${BUILDKITE_COMMIT}"
- trigger: "eui-pull-request-deploy-docs"
label: ":newspaper: EUI pull request deploy docs"
build:
branch: "${BUILDKITE_BRANCH}"
commit: "${BUILDKITE_COMMIT}"
env:
GIT_BRANCH: "${BUILDKITE_BRANCH}"
Expand Down

0 comments on commit f311713

Please sign in to comment.