Remove extraneous space
parent
590d453945
commit
6b14fc1cfd
2
test.sh
2
test.sh
|
@ -23,7 +23,7 @@ go mod download 2>&1 | grep -v "go: finding"
|
|||
go mod tidy -v && echo ok || ((exitcode+=2))
|
||||
|
||||
echo "= make lint ============================================================="
|
||||
make -s lint && echo ok || ((exitcode+=4))
|
||||
make -s lint && echo ok || ((exitcode+=4))
|
||||
|
||||
echo "= boilerplate ==========================================================="
|
||||
readonly PYTHON=$(type -P python || echo docker run --rm -it -v $(pwd):/minikube -w /minikube python python)
|
||||
|
|
Loading…
Reference in New Issue