Shellcheck ci scripts, add a small .editorconfig (#186)

* Shellcheck ci/script.sh

* Shellcheck ci/install.sh, simplify script a bit

* Add .editorconfig for ci/*.sh

* Shellcheck ci/before_deploy.sh
This commit is contained in:
Oleksii Filonenko
2019-08-13 21:55:31 +03:00
committed by Roey Darwish Dror
parent bfbf7039e2
commit 7cfdc69b63
4 changed files with 35 additions and 41 deletions

3
.editorconfig Normal file
View File

@@ -0,0 +1,3 @@
[ci/*.sh]
indent_style = space
indent_size = 4