From d08e69476a5c038f8130e4730e98694bfdc3dd30 Mon Sep 17 00:00:00 2001 From: Matt Holder Date: Fri, 26 Apr 2024 11:17:24 -0400 Subject: [PATCH] dont build vcs --- .tekton/frontend-operator-pull-request.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tekton/frontend-operator-pull-request.yaml b/.tekton/frontend-operator-pull-request.yaml index c60efc32..da596b6c 100644 --- a/.tekton/frontend-operator-pull-request.yaml +++ b/.tekton/frontend-operator-pull-request.yaml @@ -215,6 +215,8 @@ spec: value: $(params.NAMESPACE) - name: EXPECTED_OUTPUT value: $(params.EXPECTED_OUTPUT) + - name: GOFLAGS + value: “-buildvcs=false” script: | #!/bin/bash set -ex