From 88969852976de1f5173b7c53b691e41fd751f1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADnez=20Trivi=C3=B1o?= Date: Wed, 12 Jan 2022 09:46:48 -0800 Subject: [PATCH] chore: remove linter from concourse (#136) * chore: remove linter from concourse Signed-off-by: Miguel Martinez Trivino * remove linter from pr as well Signed-off-by: Miguel Martinez Trivino --- ci/Dockerfile | 3 --- ci/pipeline.yaml | 10 ---------- 2 files changed, 13 deletions(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index fce0944c..d4381674 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -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 \ diff --git a/ci/pipeline.yaml b/ci/pipeline.yaml index 392f24c2..ff12021d 100644 --- a/ci/pipeline.yaml +++ b/ci/pipeline.yaml @@ -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 @@ -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