Skip to content

Commit

Permalink
Update chain files. (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Dec 12, 2016
1 parent 56a5cdf commit 68e89ef
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion config/dist/chain/create-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ commands:
- command: create:terms
- command: create:nodes
options:
limit: 50
limit: 50
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
commands:
# Download Drupal
- command: site:new
arguments:
directory: 'drupal8.dev'
options:
latest: 'true'
# Install Drupal
- command: site:install
options:
Expand All @@ -22,5 +16,3 @@ commands:
account-pass: admin # default pass
arguments:
profile: 'standard'
# Start php built-in server
- command: server
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
commands:
# Download Drupal
- command: site:new
arguments:
directory: 'drupal8.dev'
options:
latest: 'true'
# Install Drupal
- command: site:install
options:
Expand All @@ -22,5 +16,3 @@ commands:
account-pass: 'admin' # default pass
arguments:
profile: 'standard'
# Start php built-in server
- command: server
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
commands:
# Download Drupal
- command: site:new
arguments:
directory: 'drupal8.dev'
options:
latest: 'true'
# Install Drupal
- command: site:install
options:
Expand All @@ -18,5 +12,3 @@ commands:
account-pass: admin
arguments:
profile: standard
# Start php built-in server
- command: server
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# site:new --placeholder="directory:/path/to/drupal-project/" --placeholder="profile:minimal"
command:
name: site:new
description: 'Create, install and launch a new Drupal project'
description: 'Download, install and serve new Drupal project'
commands:
# Create Drupal project using DrupalComposer
- command: exec
Expand Down

0 comments on commit 68e89ef

Please sign in to comment.