Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab_templates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gitlab_templates
Merge requests
!94
Resolve
#3408456
"Mail not sending on install error"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3408456
"Mail not sending on install error"
issue/gitlab_templates-3408456:3408456-mail-not-sending-on-install-error
into
1.0.x
Overview
0
Commits
4
Pipelines
5
Changes
1
Merged
Fran Garcia-Linares
requested to merge
issue/gitlab_templates-3408456:3408456-mail-not-sending-on-install-error
into
1.0.x
1 year ago
Overview
0
Commits
4
Pipelines
5
Changes
1
Expand
Closes
#3408456
0
0
Merge request reports
Compare
1.0.x
version 4
8e10e504
1 year ago
version 3
aa08c738
1 year ago
version 2
c5f3840d
1 year ago
version 1
3a44cd80
1 year ago
1.0.x (base)
and
latest version
latest version
8e10e504
4 commits,
1 year ago
version 4
8e10e504
4 commits,
1 year ago
version 3
aa08c738
3 commits,
1 year ago
version 2
c5f3840d
2 commits,
1 year ago
version 1
3a44cd80
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
includes/include.drupalci.main-d7.yml
+
1
−
1
Options
@@ -64,7 +64,7 @@
-
|
# Install Drupal.
sleep 5
vendor/bin/drush --root=$_WEB_ROOT si -y --db-url=$SIMPLETEST_DB --clean-url=0 --account-name=admin --account-pass=drupal --account-mail=admin@example.com
vendor/bin/drush --root=$_WEB_ROOT si -y
standard install_configure_form.update_status_module='array(FALSE,FALSE)'
--db-url=$SIMPLETEST_DB --clean-url=0 --account-name=admin --account-pass=drupal --account-mail=admin@example.com
vendor/bin/drush --root=$_WEB_ROOT vset simpletest_clear_results '0'
vendor/bin/drush --root=$_WEB_ROOT vset simpletest_verbose '0'
# In case the module had a composer.json file.
Loading