Merge pull request #903 from PeterDaveHello/shfmt-2.6.0

Update shfmt to v2.6.0
This commit is contained in:
Peter Dave Hello 2018-11-12 00:47:40 +08:00 committed by GitHub
commit bd28b3c60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ jobs:
env:
- TEST: shfmt check
script:
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.5.1 shfmt -sr -i 2 -l -w -ci .
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.0 shfmt -sr -i 2 -l -w -ci .
- git diff --color
- git diff --stat=220 --color --exit-code

View File

@ -72,7 +72,7 @@ jobs:
env:
- TEST: shfmt check
script:
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.5.1 shfmt -sr -i 2 -l -w -ci .
- docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.0 shfmt -sr -i 2 -l -w -ci .
- git diff --color
- git diff --stat=220 --color --exit-code