Skip to content

Commit

Permalink
Linting correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Senjuti256 committed Dec 12, 2023
1 parent 0648c7c commit 426f7e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 426f7e0

Please sign in to comment.