diff --git a/.circleci/config.yml b/.circleci/config.yml index f13636f90..52829957b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,10 @@ jobs: # @TODO: modify or remove this example - run: echo "Building..." - - run: php composer.phar install + - run: | + cd client-mu-plugins/goodbids + echo "${ACF_CREDS}" >> auth.json + composer install # NT - Not sure what will be needed here. # Test to ensure the build was good, do not deploy bad stuff! diff --git a/composer.json b/composer.json index ff9bd83ad..49113ebd9 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,6 @@ "phpcompatibility/phpcompatibility-wp": "^2" }, "config": { - "vendor-dir": "client-mu-plugins/vendor", "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true }