From 426f7e01d414360e875ad283fea9a01da17a290d Mon Sep 17 00:00:00 2001 From: Senjuti De Date: Tue, 12 Dec 2023 12:59:04 +0530 Subject: [PATCH] Linting correction --- .github/workflows/test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a13f407..d132109 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,10 +28,8 @@ jobs: - name: Install linting tools run: | set -Eeu + GOBIN=/usr/local/bin/ GO111MODULE=on go install github.com/tektoncd/catlin/cmd/catlin@latest GOBIN=/usr/local/bin/ go install github.com/openshift-pipelines/tektoncd-catalog/cmd/catalog-cd@latest - curl -L -o catlin https://github.com/tektoncd/pipeline/releases/download/v0.0.0-20231127152633-4e55b357a307/catlin_linux-amd64 - chmod +x catlin - mv catlin $GOBIN/ catlin --help catalog-cd --help