Skip to content

Commit

Permalink
[chain] Use weknowinc/drupal-project on chain commands. (#327)
Browse files Browse the repository at this point in the history
* Use weknowinc/drupal-project on chain commands.

* Rollback usage of --no-progress instead of --no-install.
  • Loading branch information
jmolivas committed Mar 6, 2018
1 parent e05f954 commit 1e6afe1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions config/chain/quick-start.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# How to use
# quick:start --directory="/path/to/drupal-project/"
# quick:start --directory="/path/to/drupal-project/" --profile="minimal"
# quick:start --repository="acquia/lightning-project:^8.1" --directory="/path/to/drupal-project/" --profile="lightning"
# quick:start --directory=/path/to/drupal-project/
# quick:start --directory=/path/to/drupal-project/ --profile=minimal
# quick:start --repository=weknowinc/drupal-project --directory=/path/to/drupal-project/ --profile=standard
command:
name: quick:start
description: 'Download, install and serve a new Drupal project'
vars:
repository:
- weknowinc/drupal-project
- drupal-composer/drupal-project:8.x-dev
- acquia/lightning-project
- acquia/reservoir-project
Expand Down
4 changes: 3 additions & 1 deletion config/chain/site-new.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# How to use
# site:new --directory=/path/to/drupal-project/
# site:new --repository=acquia/lightning-project --directory=/path/to/drupal-project/
# site:new --repository=weknowinc/drupal-project --directory=/path/to/drupal-project/
command:
name: site:new
description: 'Download a new Drupal project'
vars:
repository:
- weknowinc/drupal-project
- drupal-composer/drupal-project:8.x-dev
- acquia/lightning-project
- acquia/reservoir-project
- drupal/drupal
commands:
# Create Drupal project using Composer
- command: exec
Expand Down

0 comments on commit 1e6afe1

Please sign in to comment.