This commit is contained in:
parent
e6155182d8
commit
d0fd6c6244
@ -7,9 +7,9 @@ steps:
|
||||
image: ubuntu:18.04
|
||||
commands:
|
||||
- apt update && apt install -y shellcheck
|
||||
- shellcheck --format=gcc rdp.sh
|
||||
- shellcheck --format=gcc woolsey
|
||||
- shellcheck --format=gcc remoteapp
|
||||
- shellcheck --format=gcc rdp.sh '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
|
||||
- shellcheck --format=gcc woolsey '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
|
||||
- shellcheck --format=gcc remoteapp '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
Loading…
Reference in New Issue
Block a user