Skip to content

Commit

Permalink
chore: remove linter from concourse (#136)
Browse files Browse the repository at this point in the history
* chore: remove linter from concourse

Signed-off-by: Miguel Martinez Trivino <mtrivino@vmware.com>

* remove linter from pr as well

Signed-off-by: Miguel Martinez Trivino <mtrivino@vmware.com>
  • Loading branch information
Miguel Martínez Triviño authored Jan 12, 2022
1 parent 0d91a13 commit 8896985
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ WORKDIR /
RUN yum -y install build-essential coreutils gawk gcc git go-1.17.2-1.ph3.x86_64 jq make
ENV PATH="/root/go/bin:${PATH}"

ARG GOLANGCI_LINT_VERSION="v1.42.0"
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}

# Install go packages used for building and testing
RUN go get -u github.com/maxbrunsfeld/counterfeiter/v6 \
github.com/onsi/ginkgo/ginkgo \
Expand Down
10 changes: 0 additions & 10 deletions ci/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ jobs:
trigger: true
- get: source
trigger: true
- task: run-lint
image: test-image
file: source/ci/tasks/test.yaml
params:
MAKE_TARGET: lint
- task: run-unit-tests
image: test-image
file: source/ci/tasks/test.yaml
Expand Down Expand Up @@ -206,11 +201,6 @@ jobs:
context: merge-conflict
status: failure
- do:
- task: run-lint
image: test-image
file: source/ci/tasks/test.yaml
params:
MAKE_TARGET: lint
- task: run-unit-tests
image: test-image
file: source/ci/tasks/test.yaml
Expand Down

0 comments on commit 8896985

Please sign in to comment.