From 39aaef172d78b51119513031c56634b138bd2e26 Mon Sep 17 00:00:00 2001 From: savitaashture Date: Tue, 2 Apr 2024 12:41:30 +0530 Subject: [PATCH] Update workflow to remove lint as there is no support from catalog-cd tool --- .github/workflows/test.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 80a62fa..d5e50c0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,13 +25,11 @@ jobs: - name: Install linting tools run: | set -Eeu - GOBIN=/usr/local/bin/ go install github.com/openshift-pipelines/tektoncd-catalog/cmd/catalog-cd@latest git clone https://github.com/tektoncd/catlin cd catlin make bin/catlin sudo cp bin/catlin /usr/local/bin catlin --help - catalog-cd --help # run Catlin linting - name: Run Catlin linting @@ -44,20 +42,11 @@ jobs: cat task-tkn.yaml catlin validate task-tkn.yaml || true - - name: Run catalog-cd lint - run: | - set -Eeu - helm template task-oc . > task-oc.yaml - catalog-cd lint task-oc.yaml - helm template task-tkn . > task-tkn.yaml - catalog-cd lint task-tkn.yaml - test-e2e: strategy: fail-fast: false # Keep running if one leg fails. matrix: pipeline-version: - - v0.44.5 - v0.47.5 - v0.50.5 - v0.53.3