Skip to content

Commit b2ca003

Browse files
committed
Update
1 parent fe53db8 commit b2ca003

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

scripts/openshiftci-presubmit-all-tests.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ chmod 640 $TMP_DIR/kubeconfig
2222
export KUBECONFIG=$TMP_DIR/kubeconfig
2323

2424
# without vendoring upgrade-rollouts-manager, make manifests runs into an error
25-
cd hack/upgrade-rollouts-manager
26-
go mod vendor
27-
cd ../..
25+
rm -rf hack/upgrade-rollouts-manager
2826

2927
# Run e2e test
3028
make test-e2e

scripts/openshiftci-presubmit-unittests.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ then
2121
fi
2222

2323
# without vendoring upgrade-rollouts-manager, make manifests runs into an error
24-
cd hack/upgrade-rollouts-manager
25-
go mod vendor
26-
cd ../..
24+
rm -rf hack/upgrade-rollouts-manager
2725

2826
# Run unit
2927
make test

0 commit comments

Comments
 (0)