Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce verbosity of composer install in application-production-dependencies stage #481

Open
elchenberg opened this issue Feb 19, 2024 · 0 comments

Comments

@elchenberg
Copy link

What is the problem you are trying to solve by the feature?

Building images produces a lot of output. This might not be noticed in environments where the type of progress output of docker compose is tty but in our CI pipelines the output type is plain. The log output of the pipeline job that runs docker/sdk export images is about 1.4 MiB in our case and most of it is because this line:

&& composer install --no-scripts --no-interaction ${SPRYKER_COMPOSER_MODE} -vvv

What is the solution do you propose?

Remove the -vvv from the line mentioned above.

What changes in deploy.yml format do you propose?

None.

What changes in command line interface do you propose?

None.

What alternatives have you considered?

Setting the environment variable PROGRESS_TYPE to quiet instead of plain in our pipeline jobs. But having some output would be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants