Make CI scripts executable
and remove chmod line from pipeline
This commit is contained in:
parent
c9b972116a
commit
c36950db23
6 changed files with 0 additions and 4 deletions
|
@ -1,10 +1,6 @@
|
|||
steps:
|
||||
- label: ":eslint: Lint"
|
||||
command:
|
||||
# TODO: Remove hacky chmod for BuildKite
|
||||
- "echo '--- Setup'"
|
||||
- "chmod +x ./scripts/ci/*.sh"
|
||||
- "chmod +x ./scripts/*"
|
||||
- "echo '--- Install js-sdk'"
|
||||
- "./scripts/ci/install-deps.sh"
|
||||
- "yarn lintwithexclusions"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue