Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit bc9039c

Browse files
authored
MCLOUD-6939: Errors occur running magento commands in composer cloud docker installation (#8007)
* Added variable to skip composer dump-autoload command processing when deploying a Magento Cloud project to a Cloud Docker environment.
1 parent c5223c3 commit bc9039c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/cloud/env/variables-build.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,19 @@ stage:
201201
SKIP_SCD: false
202202
```
203203

204+
### `SKIP_COMPOSER_DUMP_AUTOLOAD`
205+
206+
Do not run the composer dump-autoload command.
207+
208+
- **Default**— _Not set_
209+
- **Version**—Magento 2.1.4 and later
210+
211+
```yaml
212+
stage:
213+
build:
214+
SKIP_COMPOSER_DUMP_AUTOLOAD: true
215+
```
216+
204217
### `VERBOSE_COMMANDS`
205218

206219
- **Default**—_Not set_

0 commit comments

Comments
 (0)