php - How can I disable the default composer install in CircleCI? -


i have product in circleci has composer.json. default, when file present, circleci run composer install. however, don't want this, since i'm spawning docker container in run composer stuff.

so question basically:

how can disable circleci's default behaviour , make 'ignore' composer.json file?


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -