Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2020-02-27 21:06:33 +01:00
parent 45c0f36bf4
commit e33a212f96

View File

@ -6,8 +6,8 @@ steps:
- name: shellcheck
image: ubuntu:18.04
commands:
- apt update && apt upgrade -y && apt install -y shellcheck
- for file in $(find . -type f -name \"*.sh\"); do shellcheck --format=gcc $file; done;
- apt update && apt install -y shellcheck
- shellcheck --format=gcc rdp.sh
- shellcheck --format=gcc woolsey
- shellcheck --format=gcc remoteapp