Skip to content

Commit

Permalink
lando-dependency: Removed lando dependencies from setup (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravaxl authored Nov 28, 2023
1 parent 518ee68 commit 7e7dec9
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 257 deletions.
12 changes: 0 additions & 12 deletions .gitlab/ci.sh

This file was deleted.

67 changes: 0 additions & 67 deletions .gitlab/platform.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .gitlab/settings.local.php

This file was deleted.

12 changes: 6 additions & 6 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ image:
tasks:
- name: Drupal start
init: |
lando start
lando composer install
lando drush cim -y
lando drush updb -y
lando drush cr
ddev start
ddev composer install
ddev drush cim -y
ddev drush updb -y
ddev drush cr
cd web/themes/custom/contribtracker
npm i
npx gulp
Expand All @@ -25,4 +25,4 @@ vscode:
- tombonnike.vscode-status-bar-format-toggle
- usernamehw.errorlens
- whatwedo.twig
- marcostazi.vs-code-drupal
- marcostazi.vs-code-drupal
39 changes: 0 additions & 39 deletions .lando.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .lando/php.ini

This file was deleted.

65 changes: 0 additions & 65 deletions web/sites/default/settings.lando.php

This file was deleted.

3 changes: 0 additions & 3 deletions web/sites/default/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,6 @@
include $app_root . '/' . $site_path . '/settings.local.php';
}

include $app_root . '/' . $site_path . '/settings.lando.php';

// Automatically generated include for settings managed by ddev.
$ddev_settings = dirname(__FILE__) . '/settings.ddev.php';
if (is_readable($ddev_settings) && getenv('IS_DDEV_PROJECT') == 'true') {
Expand All @@ -880,4 +878,3 @@
}

$settings['config_sync_directory'] = '../config/sync';
$config['config_split.config_split.dev']['status'] = getenv('LANDO') === 'ON';

0 comments on commit 7e7dec9

Please sign in to comment.