Skip to content

Commit

Permalink
Update workflow to remove lint as there is no support from catalog-cd…
Browse files Browse the repository at this point in the history
… tool
  • Loading branch information
savitaashture authored and openshift-merge-bot[bot] committed Apr 5, 2024
1 parent 6003fe2 commit 39aaef1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 39aaef1

Please sign in to comment.