Skip to content
Snippets Groups Projects
Commit bccb29c7 authored by Archie Brentano's avatar Archie Brentano
Browse files

by isntall: trying to remove min version warning on drush

parent fce9e372
No related branches found
Tags 20160404_production
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment