Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupalci_testbot-3248706
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
drupalci_testbot-3248706
Commits
bccb29c7
Commit
bccb29c7
authored
8 years ago
by
Archie Brentano
Browse files
Options
Downloads
Patches
Plain Diff
by isntall: trying to remove min version warning on drush
parent
fce9e372
No related branches found
Branches containing commit
Tags
20160404_production
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/DrupalCI/Plugin/JobTypes/simpletestlegacy7/drupalci.yml
+4
-4
4 additions, 4 deletions
src/DrupalCI/Plugin/JobTypes/simpletestlegacy7/drupalci.yml
with
4 additions
and
4 deletions
src/DrupalCI/Plugin/JobTypes/simpletestlegacy7/drupalci.yml
+
4
−
4
View file @
bccb29c7
...
...
@@ -30,10 +30,10 @@ install:
execute
:
command
:
-
sudo -u www-data %DCI_PHPInterpreter% -v
-
cd /var/www/html && sudo -u www-data /.composer/vendor/drush/drush/drush -r /var/www/html si -y --db-url=%DCI_DBurl% --clean-url=0 --account-name=admin --account-pass=drupal --account-mail=admin@example.com
-
cd /var/www/html && sudo -u www-data /.composer/vendor/drush/drush/drush -r /var/www/html vset simpletest_clear_results '0' 2>&1
-
cd /var/www/html && sudo -u www-data /.composer/vendor/drush/drush/drush -r /var/www/html vset simpletest_verbose '0' 2>&1
-
cd /var/www/html && sudo -u www-data /.composer/vendor/drush/drush/drush -r /var/www/html en -y simpletest 2>&1
-
cd /var/www/html && sudo -u www-data
DRUSH_NO_MIN_PHP=1
/.composer/vendor/drush/drush/drush -r /var/www/html si -y --db-url=%DCI_DBurl% --clean-url=0 --account-name=admin --account-pass=drupal --account-mail=admin@example.com
-
cd /var/www/html && sudo -u www-data
DRUSH_NO_MIN_PHP=1
/.composer/vendor/drush/drush/drush -r /var/www/html vset simpletest_clear_results '0' 2>&1
-
cd /var/www/html && sudo -u www-data
DRUSH_NO_MIN_PHP=1
/.composer/vendor/drush/drush/drush -r /var/www/html vset simpletest_verbose '0' 2>&1
-
cd /var/www/html && sudo -u www-data
DRUSH_NO_MIN_PHP=1
/.composer/vendor/drush/drush/drush -r /var/www/html en -y simpletest 2>&1
-
cd /var/www/html && sudo -u www-data wget -O /var/www/html/2551981-21-add-directory-option-to-run-tests.patch https://www.drupal.org/files/issues/2551981-21-add-directory-option-to-run-tests.patch
-
cd /var/www/html && git apply ./2551981-21-add-directory-option-to-run-tests.patch
-
cd /var/www/html && sudo -u www-data php %DCI_RunScript% --list --php %DCI_PHPInterpreter% > /var/www/html/artifacts/testgroups.txt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment