Skip to content

Commit

Permalink
git-tmp already exists, remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
dprince committed Dec 11, 2024
1 parent 744d351 commit 2eb1ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/build-crd-schema-checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if [ -f "$INSTALL_DIR/crd-schema-checker" ]; then
exit 0
fi

rm -rf "$INSTALL_DIR/git-tmp"
mkdir -p "$INSTALL_DIR/git-tmp"
git clone https://github.com/openshift/crd-schema-checker.git \
-b "$CRD_SCHEMA_CHECKER_VERSION" "$INSTALL_DIR/git-tmp"
Expand Down

0 comments on commit 2eb1ddb

Please sign in to comment.