Pinned the version of shfmt

This commit is contained in:
Laurent Goderre 2018-06-18 12:13:05 -04:00
parent b9dc6bbbaa
commit 6e667df83a
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ jobs:
env:
- TEST: shfmt check
script:
- docker run -it --rm -v "$(pwd)":/sh -w /sh jamesmstone/shfmt -i 2 -l -w -ci .
- docker run -it --rm -v "$(pwd)":/sh -w /sh jamesmstone/shfmt@sha256:4eff05b54e87c11e8214848de3e5f4bb47a4241b99ac5c6554db5cc164015810 -i 2 -l -w -ci .
- git diff --color
- git diff --stat=220 --color --exit-code

View File

@ -54,7 +54,7 @@ jobs:
env:
- TEST: shfmt check
script:
- docker run -it --rm -v "$(pwd)":/sh -w /sh jamesmstone/shfmt -i 2 -l -w -ci .
- docker run -it --rm -v "$(pwd)":/sh -w /sh jamesmstone/shfmt@sha256:4eff05b54e87c11e8214848de3e5f4bb47a4241b99ac5c6554db5cc164015810 -i 2 -l -w -ci .
- git diff --color
- git diff --stat=220 --color --exit-code