From 95b3faa5ccb2f03dd05b1f07a6862590f574c182 Mon Sep 17 00:00:00 2001 From: Igor Rzegocki Date: Thu, 18 Apr 2024 22:02:25 +0200 Subject: [PATCH] fix(crd): fix paths in crd extractor script --- .github/scripts/crd-extractor.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/crd-extractor.sh b/.github/scripts/crd-extractor.sh index 9551637..2c4df20 100755 --- a/.github/scripts/crd-extractor.sh +++ b/.github/scripts/crd-extractor.sh @@ -60,6 +60,7 @@ if [ $ORGANIZE_BY_GROUP == true ]; then fi if [ $conversionResult == 0 ]; then + mv "${SCHEMAS_DIR}"/* "${SCRIPT_DIR}/../.." printf "Succesfully converted %s CRDs to JSON schema\n" "${NUM_OF_CRDS}" fi