Fix LC_ALL for shellcheck in .drone.yml

This commit is contained in:
Victor LABORIE 2019-02-27 11:58:29 +01:00
parent 7bdf0c7968
commit 44016844a1

View file

@ -5,4 +5,4 @@ steps:
- name: run shellcheck on evocheck.sh
image: vlaborie/shellcheck
commands:
- shellcheck evocheck.sh
- LC_ALL=C.UTF-8 shellcheck evocheck.sh