Skip to content

Commit

Permalink
Fix ginkgo build script that breaks postsubmits (kubevirt#3392)
Browse files Browse the repository at this point in the history
The directory creation was covered by cluster-sync which is not used by postsubmits,
which are now broken:
https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/logs/push-containerized-data-importer-main/1824607154284269568

Signed-off-by: Alex Kalenyuk <[email protected]>
  • Loading branch information
akalenyu authored Aug 19, 2024
1 parent d68f59e commit dfcddf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/build/build-ginkgo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ source hack/build/common.sh
source hack/build/config.sh

rm -rf "${TESTS_OUT_DIR}/ginkgo"
mkdir -p "${TESTS_OUT_DIR}"

bazel build \
--verbose_failures \
Expand Down

0 comments on commit dfcddf0

Please sign in to comment.