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

This commit is contained in:
Torma Kristóf 2022-06-13 21:42:11 +02:00
parent 95741b609c
commit 70b1bd5df4

View File

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