You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Make CI scripts executable
and remove chmod line from pipeline
This commit is contained in:
@ -1,10 +1,6 @@
|
|||||||
steps:
|
steps:
|
||||||
- label: ":eslint: Lint"
|
- label: ":eslint: Lint"
|
||||||
command:
|
command:
|
||||||
# TODO: Remove hacky chmod for BuildKite
|
|
||||||
- "echo '--- Setup'"
|
|
||||||
- "chmod +x ./scripts/ci/*.sh"
|
|
||||||
- "chmod +x ./scripts/*"
|
|
||||||
- "echo '--- Install js-sdk'"
|
- "echo '--- Install js-sdk'"
|
||||||
- "./scripts/ci/install-deps.sh"
|
- "./scripts/ci/install-deps.sh"
|
||||||
- "yarn lintwithexclusions"
|
- "yarn lintwithexclusions"
|
||||||
|
0
scripts/ci/build.sh
Normal file → Executable file
0
scripts/ci/build.sh
Normal file → Executable file
0
scripts/ci/end-to-end-tests.sh
Normal file → Executable file
0
scripts/ci/end-to-end-tests.sh
Normal file → Executable file
0
scripts/ci/install-deps.sh
Normal file → Executable file
0
scripts/ci/install-deps.sh
Normal file → Executable file
0
scripts/ci/riot-unit-tests.sh
Normal file → Executable file
0
scripts/ci/riot-unit-tests.sh
Normal file → Executable file
0
scripts/ci/unit-tests.sh
Normal file → Executable file
0
scripts/ci/unit-tests.sh
Normal file → Executable file
Reference in New Issue
Block a user