mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Fix buildkite pipeline
This commit is contained in:
parent
ec66069e96
commit
110b63b816
@ -1,8 +1,7 @@
|
|||||||
steps:
|
steps:
|
||||||
- label: ":eslint: JS Lint"
|
- label: ":eslint: JS Lint"
|
||||||
command:
|
command:
|
||||||
- "echo '--- Install js-sdk'"
|
- "yarn install"
|
||||||
- "./scripts/ci/install-deps.sh"
|
|
||||||
- "yarn lint:js"
|
- "yarn lint:js"
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
@ -20,8 +19,7 @@ steps:
|
|||||||
|
|
||||||
- label: ":eslint: Types Lint"
|
- label: ":eslint: Types Lint"
|
||||||
command:
|
command:
|
||||||
- "echo '--- Install js-sdk'"
|
- "yarn install"
|
||||||
- "./scripts/ci/install-deps.sh"
|
|
||||||
- "yarn lint:types"
|
- "yarn lint:types"
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
@ -29,8 +27,8 @@ steps:
|
|||||||
|
|
||||||
- label: "🛠 Build"
|
- label: "🛠 Build"
|
||||||
command:
|
command:
|
||||||
- "echo '--- Install js-sdk'"
|
# TODO: This probably needs to be more sophisticated than "just install stuff"
|
||||||
- "./scripts/ci/install-deps.sh"
|
- "yarn install"
|
||||||
- "yarn build"
|
- "yarn build"
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
|
Loading…
Reference in New Issue
Block a user