Project

General

Profile

« Previous | Next » 

Revision 53911330

Added by Andreas Kohlbecker almost 3 years ago

finding package local composer - 2

View differences:

scripts/admin/update-dependencies.sh
91 91
    DRUSH=./vendor/drush/drush/drush
92 92
    if [[ ! -e $DRUSH ]]; then 
93 93
        echo "Need to install dependencies first ..."
94
        composer install --no-dev --ansi
94
        $COMPOSER install --no-dev --ansi
95 95
    fi
96 96
fi 
97 97

  
......
116 116
echo "-------------------------------------------------------------------"
117 117
echo "Updating dependencies ..."
118 118

  
119
composer update --no-dev --ansi | tee ${TMP}/composer.log
119
$COMPOSER update --no-dev --ansi | tee ${TMP}/composer.log
120 120

  
121 121
echo "-------------------------------------------------------------------"
122 122
echo "restoring settings and config files from temp backup ..."

Also available in: Unified diff