Skip to content

Commit 4556aa3

Browse files
committed
fix(lint): convert sh -> bash
Converts from sh to bash for the linting shell so that ctrl-c can be used to interrupt long linting process from the shell
1 parent 3c16d3c commit 4556aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ifeq "$(BUILD_IN_DOCKER)" "true"
9494
-v $(GO_CACHE):/root/.cache/go-build \
9595
-v $(GO_MOD_CACHE):/go/pkg/mod \
9696
-w /go/src/github.com./cloudnativelabs/kube-router $(DOCKER_LINT_IMAGE) \
97-
sh -c \
97+
bash -c \
9898
'golangci-lint run ./...'
9999
else
100100
golangci-lint run ./...

0 commit comments

Comments
 (0)