Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #46 from wunderkraut/composer-from-path-source
Browse files Browse the repository at this point in the history
composer defaults to PATH_SOURCE instead of PATH_APP
  • Loading branch information
james-nesbitt committed May 19, 2016
2 parents dc689c1 + 7acb2d4 commit a23e3b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@

####################################
# IGNORING WUNDERTOOLS RELATED STUFF
# IGNORING WUNDERTOOLS TEMP STUFF
#

#######################
# IGNORING DRUPAL STUFF
app/composer.lock
app/drush/cache/*
app/vendor
app/web/core
app/web/modules/contrib
app/web/themes/contrib
app/web/profiles/contrib
app/web/sites/default/files/*
app/web/sites/default/settings.php
app
app/*
2 changes: 1 addition & 1 deletion commands/composer
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CONTAINER_ARGS="$@"
if [ "${COMPOSER_RUN_IN_PWD}" == "YES" ]; then
PATH_COMPOSER="${PATH_EXECUTION}"
else
PATH_COMPOSER="${PATH_APP}"
PATH_COMPOSER="${PATH_SOURCE}"
fi

#echo ">>>>>DOCKER:COMPOSER START [CMD: ${CONTAINER_ARGS}]
Expand Down

0 comments on commit a23e3b9

Please sign in to comment.