Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
fix(crd): fix paths in crd extractor script
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Apr 18, 2024
1 parent 1061285 commit 216d430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/crd-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ if [ $ORGANIZE_BY_GROUP == true ]; then
fi

if [ $conversionResult == 0 ]; then
cp -r "${SCHEMAS_DIR}"/* "${SCRIPT_DIR}/../.."
printf "Succesfully converted %s CRDs to JSON schema\n" "${NUM_OF_CRDS}"
fi

Expand Down

0 comments on commit 216d430

Please sign in to comment.