Skip to content

Commit c8fae23

Browse files
committed
scripts: Add the pkg/manifests as a known generated file path
1 parent 7de5b1b commit c8fae23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#! /bin/bash
22

3-
export KNOWN_GENERATED_PATHS=(':!vendor' ':!manifests' ':!go.sum' ':!go.mod')
3+
export KNOWN_GENERATED_PATHS=(':!vendor' ':!pkg/manifests' ':!manifests' ':!go.sum' ':!go.mod')
44
export UPSTREAM_REMOTES=("api" "operator-registry" "operator-lifecycle-manager")

0 commit comments

Comments
 (0)