Skip to content

Commit

Permalink
[BUG] Child jobs need PR env variables. (#6997)
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Jul 26, 2023
1 parent 4cd2803 commit eb85974
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
steps:
- trigger: "eui-pull-request-test"
label: ":hammer: EUI pull request test"
build:
commit: "${BUILDKITE_COMMIT}"
- trigger: "eui-pull-request-deploy-docs"
label: ":newspaper: EUI pull request deploy docs"
build:
commit: "${BUILDKITE_COMMIT}"
env:
GIT_BRANCH: "${BUILDKITE_BRANCH}"
GIT_PULL_REQUEST_ID: "${BUILDKITE_PULL_REQUEST}"
Expand Down

0 comments on commit eb85974

Please sign in to comment.