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 - name: shellcheck
image: ubuntu:18.04 image: ubuntu:18.04
commands: commands:
- apt update && apt upgrade -y && apt install -y shellcheck - apt update && apt install -y shellcheck
- for file in $(find . -type f -name \"*.sh\"); do shellcheck --format=gcc $file; done; - shellcheck --format=gcc rdp.sh
- shellcheck --format=gcc woolsey - shellcheck --format=gcc woolsey
- shellcheck --format=gcc remoteapp - shellcheck --format=gcc remoteapp