Merge pull request #916 from PeterDaveHello/update-shfmt-to-v2.6.1

Update shfmt to v2.6.1
This commit is contained in:
Laurent Goderre 2018-11-18 10:14:08 -05:00 committed by GitHub
commit d6b033a8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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