Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2020-02-27 21:10:55 +01:00
parent e6155182d8
commit d0fd6c6244

View File

@ -7,9 +7,9 @@ steps:
image: ubuntu:18.04 image: ubuntu:18.04
commands: commands:
- apt update && apt install -y shellcheck - apt update && apt install -y shellcheck
- shellcheck --format=gcc rdp.sh - shellcheck --format=gcc rdp.sh '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
- shellcheck --format=gcc woolsey - shellcheck --format=gcc woolsey '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
- shellcheck --format=gcc remoteapp - shellcheck --format=gcc remoteapp '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
trigger: trigger:
branch: branch: