Skip to content

Commit

Permalink
Fix shellcheck run.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Apr 26, 2020
1 parent 43d896b commit c83beea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bash:
stage: lint
image: koalaman/shellcheck-alpine
script:
- shellcheck --shell=bash audit.bash tests/commons.sh
- shellcheck --shell=bash audit.bash

python:
stage: lint
Expand Down

0 comments on commit c83beea

Please sign in to comment.