Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit 2852cf0

Browse files
committed
Use matching branches for React SDK types lint
As with other steps in this pipeline, we need to propagate the environment for types linting as well to allow access to matching branches in the other layers.
1 parent db1005d commit 2852cf0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

element-web/pipeline.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ steps:
3333
plugins:
3434
- docker#v3.0.1:
3535
image: "node:14-buster"
36+
# This allows the test script to see what branch it's testing and check
37+
# out the equivalent dependency branches, if they exist
38+
propagate-environment: true
3639
mount-buildkite-agent: false
3740

3841
- label: ":hammer_and_wrench: Build"

0 commit comments

Comments
 (0)