Skip to content

Commit

Permalink
hide unneccessary stdout msg
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbentrup committed Sep 1, 2021
1 parent 5663611 commit 2ac45ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-composer-deps-and-build-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ grep -q 'pmet-public/magento-cloud-docker' composer.json ||

# if there is not a specified required version of MCD, require one
# TODO: add some case logic based on magento EE version?
jq -e -c '.require."magento/magento-cloud-docker"' composer.json ||
jq -r -e -c '.require."magento/magento-cloud-docker"' composer.json > /dev/null 2>&1 ||
composer require magento/magento-cloud-docker:dev-develop --no-suggest --no-ansi --no-interaction --no-progress

# creates docker-compose.yml & .docker/config.env w/ base64 encoded vals for the "generic" service extended by others
Expand Down

0 comments on commit 2ac45ce

Please sign in to comment.