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