Skip to content

Commit f332559

Browse files
committed
YAML lint bug fix
1 parent 02744c6 commit f332559

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci-operator/config/netobserv/netobserv-operator/netobserv-netobserv-operator-main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ tests:
201201
fi
202202
203203
echo -e "\n############### yamllint ####################"
204+
export PATH=$GOPATH/bin:$PATH
204205
go install github.com/google/yamlfmt/cmd/yamlfmt@latest
205206
find testdata/ -name '*.yaml' -o -name '*.yml' | while read -r f; do
206207
if ! yamlfmt -lint "$f" 2>&1; then

0 commit comments

Comments
 (0)