Skip to content

Commit

Permalink
Add drush as drupal dep (#231)
Browse files Browse the repository at this point in the history
* Add drush as a dependency of Drupal
* No longer need to update Drush
  • Loading branch information
thierrydallacroce authored Oct 22, 2019
1 parent 32b72d1 commit 69cf672
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
fi'
cat src/make/composer.json
dktl make
dktl updatedrush -y
rm -rf ./docroot/profiles/contrib/dkan2
mv ~/project ./docroot/profiles/contrib/dkan2
ls -lha ./docroot/profiles/contrib/dkan2
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bower-asset/json-forms": "1.6.3",
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.5.0",
"drush/drush": "^9.7.1",
"drupal/config_update": "1.x-dev",
"drupal/entity": "1.0.0-rc1",
"fmizzell/json_form": "dev-8.x-1.x",
Expand Down

0 comments on commit 69cf672

Please sign in to comment.