From 176a93d0181fe9aba774cfcb9f06a452a589a9c3 Mon Sep 17 00:00:00 2001 From: Ankush Kumar Garg Date: Fri, 4 Sep 2026 21:16:39 +0530 Subject: [PATCH] fix issue --- .github/workflows/multiTenancyDeployLocal.yml | 1 - .github/workflows/multiTenant_deploy_and_Integration_test.yml | 1 - .../multiTenant_deploy_and_Integration_test_LatestVersion.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/multiTenancyDeployLocal.yml b/.github/workflows/multiTenancyDeployLocal.yml index c7982331..dd5d767f 100644 --- a/.github/workflows/multiTenancyDeployLocal.yml +++ b/.github/workflows/multiTenancyDeployLocal.yml @@ -78,7 +78,6 @@ jobs: jq --arg mtxs "$MTXS" --arg dk "$DK" ' (if .dependencies["@sap/cds-mtxs"] then .dependencies["@sap/cds-mtxs"] = $mtxs else . end) | (if .dependencies["@sap/cds-dk"] then .dependencies["@sap/cds-dk"] = $dk else . end) - | .overrides["@sap/cds-mtxs"] = $mtxs ' "$dir/package.json" > "$tmp" && mv "$tmp" "$dir/package.json" done diff --git a/.github/workflows/multiTenant_deploy_and_Integration_test.yml b/.github/workflows/multiTenant_deploy_and_Integration_test.yml index dc354992..59c3f65b 100644 --- a/.github/workflows/multiTenant_deploy_and_Integration_test.yml +++ b/.github/workflows/multiTenant_deploy_and_Integration_test.yml @@ -69,7 +69,6 @@ jobs: jq --arg mtxs "$MTXS" --arg dk "$DK" ' (if .dependencies["@sap/cds-mtxs"] then .dependencies["@sap/cds-mtxs"] = $mtxs else . end) | (if .dependencies["@sap/cds-dk"] then .dependencies["@sap/cds-dk"] = $dk else . end) - | .overrides["@sap/cds-mtxs"] = $mtxs ' "$dir/package.json" > "$tmp" && mv "$tmp" "$dir/package.json" done diff --git a/.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml b/.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml index dabeb3db..180d14c0 100644 --- a/.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml +++ b/.github/workflows/multiTenant_deploy_and_Integration_test_LatestVersion.yml @@ -69,7 +69,6 @@ jobs: jq --arg mtxs "$MTXS" --arg dk "$DK" ' (if .dependencies["@sap/cds-mtxs"] then .dependencies["@sap/cds-mtxs"] = $mtxs else . end) | (if .dependencies["@sap/cds-dk"] then .dependencies["@sap/cds-dk"] = $dk else . end) - | .overrides["@sap/cds-mtxs"] = $mtxs ' "$dir/package.json" > "$tmp" && mv "$tmp" "$dir/package.json" done