Skip to content

Commit

Permalink
Enable yaml lint
Browse files Browse the repository at this point in the history
This will enable yaml lint again as it was
disabled because not working properly before

Fix an yaml lint error
  • Loading branch information
piyush-garg committed May 9, 2020
1 parent b8792b2 commit 446f946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion tekton/get-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ spec:
script: |
git status && git fetch -p --all
- name: get-versions
image: goreleaser/goreleaser # because it has git
# because it has git
image: goreleaser/goreleaser
workingDir: /workspace/source
script: |
echo -n $(git tag --points-at HEAD) > /tekton/results/version
Expand Down
4 changes: 1 addition & 3 deletions test/presubmit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ function post_build_tests() {
test_golden_has_been_generated
test_documentation_has_been_generated
check_go_lint
# Skipping yaml lint because of some issue in CI
# https://github.com/tektoncd/plumbing/issues/307
# check_yaml_lint
check_yaml_lint
}

# We use the default build, unit and integration test runners.
Expand Down

0 comments on commit 446f946

Please sign in to comment.