Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions element-web/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ steps:
plugins:
- docker#v3.0.1:
image: "node:14-buster"
# This allows the test script to see what branch it's testing and check
# out the equivalent dependency branches, if they exist
propagate-environment: true
mount-buildkite-agent: false

- label: ":hammer_and_wrench: Build"
Expand Down