Skip to content

Commit 260a002

Browse files
committed
Fix CI
1 parent 2700c24 commit 260a002

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

drupal_ti/composer-manager.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ set -e $DRUPAL_TI_DEBUG
77
drupal_ti_ensure_drupal
88

99
cd "$DRUPAL_TI_DRUPAL_DIR"
10+
mkdir -p sites/default/files
1011

1112
drush dl composer_manager --yes
1213

1314
# Temporary prevent composer auto download composer command
1415
drush vset composer_manager_autobuild_packages 0
1516

16-
drush pm-enable composer_manager --yes
17+
drush en composer_manager --yes
18+
drush composer-rebuild
1719

18-
# Let's composer_manager auto download deps package
19-
drush vset composer_manager_autobuild_packages 1
20+
pushd sites/default/files/composer
21+
composer require webonyx/graphql-php
22+
popd

0 commit comments

Comments
 (0)