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

Fix Element Desktop lint step #145

Merged
merged 1 commit into from
May 5, 2021
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
11 changes: 8 additions & 3 deletions element-desktop/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ steps:
- "echo '--- Install js-sdk'"
- "./scripts/ci/install-deps.sh --ignore-scripts"
- "yarn lint"
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: ":globe_with_meridians: i18n"
command:
- "echo '--- Fetching Dependencies'"
Expand All @@ -14,7 +22,4 @@ 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