Skip to content

Commit 2700c24

Browse files
committed
Fix CI
1 parent 3f429f3 commit 2700c24

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

drupal_ti/composer-manager.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ cd "$DRUPAL_TI_DRUPAL_DIR"
1010

1111
drush dl composer_manager --yes
1212

13-
# Prevent composer auto download composer command
13+
# Temporary prevent composer auto download composer command
1414
drush vset composer_manager_autobuild_packages 0
1515

16-
drush pm-enable composer_manager --yes
16+
drush pm-enable composer_manager --yes
17+
18+
# Let's composer_manager auto download deps package
19+
drush vset composer_manager_autobuild_packages 1

0 commit comments

Comments
 (0)