-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2582 from Gizra/develop
Development [starting 07.06.21]
- Loading branch information
Showing
292 changed files
with
11,874 additions
and
8,616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,19 @@ hooks: | |
AND mail NOT LIKE '%~%'" | ||
- exec: drush sqlq "UPDATE users SET mail = replace(mail, '~', '.test~') WHERE uid | ||
> 0 AND mail LIKE '%~%'" | ||
- exec: drush en devel views_ui -y | ||
- exec: drush en devel views_ui field_ui -y | ||
- exec: drush fra -y | ||
- exec: drush uli | ||
post-start: | ||
- exec: "cd .. && chmod +x ./scripts/build && ./scripts/build" | ||
- exec: drush site-install -y hedley install_configure_form.update_status_module='array(FALSE,FALSE)' --locale=en --account-name="admin" --account-pass="admin" --account-mail="[email protected]" --db-url=mysql://db:db@db/db --uri="https://ihangane.ddev.site:4443" | ||
- exec: drush en devel views_ui -y | ||
- exec: drush en devel views_ui field_ui -y | ||
- exec: drush fra -y | ||
- exec: composer install -d sites/default/files/composer | ||
# Run migration | ||
- exec: drush en -y hedley_migrate | ||
- exec: drush en -y migrate migrate_ui migrate_extras | ||
- exec: drush mi --group=default --user=1 | ||
- exec: drush mi --group=counseling --user=1 | ||
- exec: drush mi --group=forms --user=1 | ||
- exec: drush uli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.