From b9e8f2974d583df04d07a8b74eceb4b6ef371291 Mon Sep 17 00:00:00 2001 From: Alex Taranovsky Date: Fri, 31 Jul 2020 01:20:18 +0300 Subject: [PATCH 1/2] magento/devdocs#: Cloud. Skip patches. https://devdocs.magento.com/cloud/project/project-patch.html --- src/cloud/project/project-patch.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cloud/project/project-patch.md b/src/cloud/project/project-patch.md index 726287abcbe..3d3d13dcb47 100644 --- a/src/cloud/project/project-patch.md +++ b/src/cloud/project/project-patch.md @@ -111,3 +111,7 @@ To use magento-cloud-patches as a stand-alone package: You can clean the cache using the Magento Admin Cache Management. 1. Test the patches, and make any necessary changes to custom patches. + +## Skip Cloud patches + +You cannot skip [required patches](https://github.com/magento/magento-cloud-patches/tree/develop/patches) on Cloud projects. From 587501bdf92159f0d535a9881ff1bcfe65039e5c Mon Sep 17 00:00:00 2001 From: Alex Taranovsky Date: Tue, 4 Aug 2020 01:05:18 +0300 Subject: [PATCH 2/2] magento/devdocs#: Cloud. Skip patches. --- src/cloud/project/project-patch.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/cloud/project/project-patch.md b/src/cloud/project/project-patch.md index 3d3d13dcb47..d95004e5559 100644 --- a/src/cloud/project/project-patch.md +++ b/src/cloud/project/project-patch.md @@ -15,6 +15,9 @@ When you deploy changes to the remote environment, `{{site.data.var.ct}}` uses ` 1. Apply Magento-provided patches included in the `{{site.data.var.mcp-package}}` package. 1. Apply custom patches in the `/m2-hotfixes` directory in alphabetical order by patch name. +{:.bs-callout-info} +When you update `{{site.data.var.ct}}` or the `{{site.data.var.mcp-prod}}` package, the latest required patches are applied automatically the next time you deploy your project. You cannot skip [required patches](https://github.com/magento/magento-cloud-patches/tree/develop/patches) during the deployment process. + You can also apply patches manually. {:.bs-callout-info} @@ -111,7 +114,3 @@ To use magento-cloud-patches as a stand-alone package: You can clean the cache using the Magento Admin Cache Management. 1. Test the patches, and make any necessary changes to custom patches. - -## Skip Cloud patches - -You cannot skip [required patches](https://github.com/magento/magento-cloud-patches/tree/develop/patches) on Cloud projects.