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
Post a Comment