1
0
Fork 0

Update '.drone.yml'
continuous-integration/drone Build is passing Details

This commit is contained in:
Torma Kristóf 2022-06-13 21:42:11 +02:00
parent 95741b609c
commit 70b1bd5df4
1 changed files with 1 additions and 1 deletions

View File

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