Make CI scripts executable

and remove chmod line from pipeline
pull/21833/head
David Baker 2019-12-04 10:30:37 +00:00
parent c9b972116a
commit c36950db23
6 changed files with 0 additions and 4 deletions

View File

@ -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"

0
scripts/ci/build.sh Normal file → Executable file
View File

0
scripts/ci/end-to-end-tests.sh Normal file → Executable file
View File

0
scripts/ci/install-deps.sh Normal file → Executable file
View File

0
scripts/ci/riot-unit-tests.sh Normal file → Executable file
View File

0
scripts/ci/unit-tests.sh Normal file → Executable file
View File