Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use drush everywhere for drush9 #2073

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/aliases/fragment.site.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
host: appserver.{{env_label}}.{{site_id}}.drush.in
paths:
files: files
drush-script: drush9
drush-script: drush
uri: {{env_label}}-{{site_name}}.pantheonsite.io
user: {{env_label}}.{{site_id}}
ssh:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
host: appserver.${env-name}.55555555-5555-5555-5555-555555555555.drush.in
paths:
files: files
drush-script: drush9
drush-script: drush
uri: ${env-name}-agency.pantheonsite.io
user: ${env-name}.55555555-5555-5555-5555-555555555555
ssh:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
host: appserver.${env-name}.44444444-4444-4444-4444-444444444444.drush.in
paths:
files: files
drush-script: drush9
drush-script: drush
uri: ${env-name}-demo.pantheonsite.io
user: ${env-name}.44444444-4444-4444-4444-444444444444
ssh:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
host: appserver.${env-name}.33333333-3333-3333-3333-333333333333.drush.in
paths:
files: files
drush-script: drush9
drush-script: drush
uri: ${env-name}-personalsite.pantheonsite.io
user: ${env-name}.33333333-3333-3333-3333-333333333333
ssh:
Expand Down
2 changes: 1 addition & 1 deletion tests/unit_tests/Commands/AliasesCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function testAliases()
host: appserver.\${env-name}.abc.drush.in
paths:
files: files
drush-script: drush9
drush-script: drush
uri: \${env-name}-site1.pantheonsite.io
user: \${env-name}.abc
ssh:
Expand Down
4 changes: 2 additions & 2 deletions tests/unit_tests/Helpers/TemplateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function processTestValues()
host: appserver.MULTIDEV.00000000-0000-0000-0000-000000000000.drush.in
paths:
files: files
drush-script: drush9
drush-script: drush
uri: MULTIDEV-MYSITE.pantheonsite.io
user: MULTIDEV.00000000-0000-0000-0000-000000000000
ssh:
Expand All @@ -42,7 +42,7 @@ public function processTestValues()
host: appserver.MULTIDEV.00000000-0000-0000-0000-000000000000.drush.in
paths:
files: files
drush-script: drush9
drush-script: drush
uri: MULTIDEV-MYSITE.pantheonsite.io
user: MULTIDEV.00000000-0000-0000-0000-000000000000
ssh:
Expand Down