File tree Expand file tree Collapse file tree 5 files changed +16
-9
lines changed
Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,6 @@ tasks:
1010# service: cli
1111
1212 post-rollout :
13- - run :
14- # If no DB, sync from Master branch.
15- name : If no Drupal installed - get database from Master
16- command : |
17- if [[ ${LAGOON_GIT_SAFE_BRANCH} != "master" ]] && ! drush status --fields=bootstrap | grep -q "Successful"; then
18- drush -y sql-sync @lagoon.master @self
19- fi
20- service : cli
21- shell : bash
2213 - run :
2314 name : drush updb
2415 command : drush -y updb --cache-clear=0 || (drush cr && drush -y updb --cache-clear=0)
Original file line number Diff line number Diff line change 1+ /README.txt
Original file line number Diff line number Diff line change 1+ /default.development.services.yml
2+ /settings.lagoon.php
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ /**
4+ * @file
5+ * Separate site for running cypress tests.
6+ */
7+
8+ $ sites ['8889.localhost ' ] = 'cypress ' ;
Original file line number Diff line number Diff line change 1+ # Theming services configuration
2+ parameters :
3+ twig.config :
4+ debug : true
5+ cache : false
You can’t perform that action at this time.
0 commit comments