Skip to content

Commit

Permalink
Change flow of composer update in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Riddhesh Sanghvi <riddheshsanghvi96@gmail.com>
  • Loading branch information
mrrobot47 committed Aug 30, 2018
1 parent cd38bc7 commit 1df34ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ cd easyengine
rm -r features
cp -R ../$TEST_COMMAND/features .

# Install composer dependencies and update them for tests
composer update

# Place the command inside EE repo
rm -r vendor/easyengine/$TEST_COMMAND
cp -R ../$TEST_COMMAND vendor/easyengine/

# Install composer dependencies and update them for tests
composer update

# Create phar and test it
php -dphar.readonly=0 ./utils/make-phar.php easyengine.phar --quite > /dev/null
sudo php easyengine.phar cli info

0 comments on commit 1df34ce

Please sign in to comment.