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

Switch composer install command from Docker to an sh script #619

Open
amatheossian1 opened this issue Oct 10, 2022 · 1 comment
Open

Switch composer install command from Docker to an sh script #619

amatheossian1 opened this issue Oct 10, 2022 · 1 comment
Assignees

Comments

@amatheossian1
Copy link
Contributor

amatheossian1 commented Oct 10, 2022

Create a composer_install_command.sh script, add the composer install command in it.

Check if the variable $COMPOSER_INSTALL_ARGUMENTS exists, if yes -> use it:
composer install $COMPOSER_INSTALL_ARGUMENTS
If no -> use our classic command (Remove the | true parameter on the composer command so it'll break the build in case of error)

@Buburoi
Copy link
Contributor

Buburoi commented Oct 11, 2022

#620

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

No branches or pull requests

2 participants