Skip to content

Commit 8896985

Browse files
author
Miguel Martínez Triviño
authored
chore: remove linter from concourse (#136)
* chore: remove linter from concourse Signed-off-by: Miguel Martinez Trivino <[email protected]> * remove linter from pr as well Signed-off-by: Miguel Martinez Trivino <[email protected]>
1 parent 0d91a13 commit 8896985

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

ci/Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ WORKDIR /
88
RUN yum -y install build-essential coreutils gawk gcc git go-1.17.2-1.ph3.x86_64 jq make
99
ENV PATH="/root/go/bin:${PATH}"
1010

11-
ARG GOLANGCI_LINT_VERSION="v1.42.0"
12-
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
13-
1411
# Install go packages used for building and testing
1512
RUN go get -u github.com/maxbrunsfeld/counterfeiter/v6 \
1613
github.com/onsi/ginkgo/ginkgo \

ci/pipeline.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ jobs:
9999
trigger: true
100100
- get: source
101101
trigger: true
102-
- task: run-lint
103-
image: test-image
104-
file: source/ci/tasks/test.yaml
105-
params:
106-
MAKE_TARGET: lint
107102
- task: run-unit-tests
108103
image: test-image
109104
file: source/ci/tasks/test.yaml
@@ -206,11 +201,6 @@ jobs:
206201
context: merge-conflict
207202
status: failure
208203
- do:
209-
- task: run-lint
210-
image: test-image
211-
file: source/ci/tasks/test.yaml
212-
params:
213-
MAKE_TARGET: lint
214204
- task: run-unit-tests
215205
image: test-image
216206
file: source/ci/tasks/test.yaml

0 commit comments

Comments
 (0)