File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<scenario xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:ece-tools:config/scenario.xsd" >
3
3
<step name =" pre-build" type =" Magento\MagentoCloud\Step\Build\PreBuild" priority =" 100" />
4
+ <step name =" apply-patches" type =" Magento\MagentoCloud\Step\Build\ApplyPatches" priority =" 150" />
4
5
<step name =" set-production-mode" type =" Magento\MagentoCloud\Step\SetProductionMode" priority =" 200" />
5
6
<step name =" validate-configuration" type =" Magento\MagentoCloud\Step\ValidateConfiguration" priority =" 300" >
6
7
<arguments >
23
24
</step >
24
25
<step name =" refresh-modules" type =" Magento\MagentoCloud\Step\Build\RefreshModules" priority =" 400" />
25
26
<step name =" copy-pub-static" type =" Magento\MagentoCloud\Step\Build\CopyPubStatic" priority =" 500" />
26
- <step name =" apply-patches" type =" Magento\MagentoCloud\Step\Build\ApplyPatches" priority =" 600" />
27
27
<step name =" set-report-dir-nesting-level" type =" Magento\MagentoCloud\Step\Build\SetReportDirNestingLevel" priority =" 700" />
28
28
<step name =" marshall-files" type =" Magento\MagentoCloud\Step\Build\MarshallFiles" priority =" 800" />
29
29
<step name =" copy-sample-data" type =" Magento\MagentoCloud\Step\Build\CopySampleData" priority =" 900" />
You can’t perform that action at this time.
0 commit comments