Skip to content

Commit

Permalink
Restart DDEV after installing drainpipe
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Nov 28, 2023
1 parent 5f4da38 commit 78c352d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ build:
ddev composer config repositories.drainpipe --json '{"type": "path", "url": "drainpipe", "options": {"symlink": false}}'
- ddev composer config minimum-stability dev
- ddev composer require lullabot/drainpipe --with-all-dependencies
- ddev restart
- ddev drush site:install minimal -y
- echo "\$settings['config_sync_directory'] = '../config';" >> web/sites/default/settings.php
- ddev drush config:export -y
Expand Down

0 comments on commit 78c352d

Please sign in to comment.