Skip to content

Commit 3a9de90

Browse files
AlanGreenetekton-robot
authored andcommitted
Temporarily disable golangci-lint in the prow build job
It's currently hanging in the build job causing the job to fail. We're in the process of moving this test to GitHub Actions where it is currently passing consistently.
1 parent f0d3768 commit 3a9de90

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/presubmit-tests.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright 2018-2024 The Tekton Authors
3+
# Copyright 2018-2025 The Tekton Authors
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -51,17 +51,17 @@ source $(dirname $0)/../vendor/github.com/tektoncd/plumbing/scripts/presubmit-te
5151
# - post_integration_tests : runs after the integration-test function
5252
#
5353

54-
function post_build_tests() {
55-
header "Testing if golint has been done"
56-
golangci-lint --color=never run
54+
# function post_build_tests() {
55+
# header "Testing if golint has been done"
56+
# golangci-lint --color=never run
5757

58-
if [[ $? != 0 ]]; then
59-
results_banner "Go Lint" 1
60-
exit 1
61-
fi
58+
# if [[ $? != 0 ]]; then
59+
# results_banner "Go Lint" 1
60+
# exit 1
61+
# fi
6262

63-
results_banner "Go Lint" 0
64-
}
63+
# results_banner "Go Lint" 0
64+
# }
6565

6666
function get_node() {
6767
echo "Installing Node.js"

0 commit comments

Comments
 (0)