-
-
Notifications
You must be signed in to change notification settings - Fork 557
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tag new version 1.0.0-alpha1 (#2155)
* [console] Sync dependencies with Drupal 8.1.x * [console] Add new File util service. * [console] Overwrite SymfonyStyle text method. * [console] Implemenet file_util service. * [console] Update references to Drupal 8.1.0 version. * [console] Apply PSR2 code style.
- Loading branch information
Showing
17 changed files
with
528 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ script: | |
- php box.phar build | ||
- php drupal.phar init | ||
- php drupal.phar check | ||
- php drupal.phar site:new drupal8.dev 8.0.6 --no-interaction | ||
- php drupal.phar site:new drupal8.dev 8.1.0 --no-interaction | ||
- cd drupal8.dev | ||
- php ../drupal.phar site:install standard --langcode=en --db-type=sqlite --db-file=sites/default/files/.ht.sqlite --site-name="Drupal 8 Site Install" [email protected] --account-name=admin [email protected] --account-pass=admin --no-interaction | ||
- php ../drupal.phar chain --file=$PROJECT_DIR/config/dist/chain/sample.yml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.