Skip to content

Commit 38a7e9b

Browse files
author
Yevhen Miroshnychenko
authored
MCLOUD-5941: Applying patches is happening too late (magento#730)
1 parent f5a000b commit 38a7e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenario/build/generate.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0"?>
22
<scenario xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:ece-tools:config/scenario.xsd">
33
<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"/>
45
<step name="set-production-mode" type="Magento\MagentoCloud\Step\SetProductionMode" priority="200"/>
56
<step name="validate-configuration" type="Magento\MagentoCloud\Step\ValidateConfiguration" priority="300">
67
<arguments>
@@ -23,7 +24,6 @@
2324
</step>
2425
<step name="refresh-modules" type="Magento\MagentoCloud\Step\Build\RefreshModules" priority="400"/>
2526
<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"/>
2727
<step name="set-report-dir-nesting-level" type="Magento\MagentoCloud\Step\Build\SetReportDirNestingLevel" priority="700"/>
2828
<step name="marshall-files" type="Magento\MagentoCloud\Step\Build\MarshallFiles" priority="800"/>
2929
<step name="copy-sample-data" type="Magento\MagentoCloud\Step\Build\CopySampleData" priority="900"/>

0 commit comments

Comments
 (0)