Skip to content

Commit 86d7b91

Browse files
committed
Fix failure due to rollouts upgrade hack
Signed-off-by: Siddhesh Ghadi <[email protected]>
1 parent 467589e commit 86d7b91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/openshiftci-presubmit-unittests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@ then
2020
exit 1
2121
fi
2222

23+
# without vendoring upgrade-rollouts-manager, make manifests runs into an error
24+
cd hack/upgrade-rollouts-manager
25+
go mod vendor
26+
cd ../..
27+
2328
# Run unit
2429
make test

0 commit comments

Comments
 (0)