Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Init mbi only
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Mar 1, 2019
1 parent eb24ee9 commit 5bd67a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ task build: %w[clean] do
puts 'Built!'.green
end

# desc 'Pull docs from external repositories'
# task init: %w[multirepo:init]
desc 'Pull docs from external repositories'
task init: %w[multirepo:init]
4 changes: 2 additions & 2 deletions rakelib/multirepo.rake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
namespace :multirepo do
desc 'Add docs from external repositories (mftf, page-builder)'
task :init do
sh './scripts/docs-from-code.sh mftf git@github.com:magento-devdocs/magento2-functional-testing-framework.git docs-in-code'
sh './scripts/docs-from-code.sh page-builder git@github.com:magento-devdocs/magento2-page-builder.git ds_docs-in-code'
# sh './scripts/docs-from-code.sh mftf git@github.com:magento/magento2-functional-testing-framework.git master'
# sh './scripts/docs-from-code.sh page-builder git@github.com:magento/magento2-page-builder.git master'
sh './scripts/docs-from-code.sh mbi git@github.com:magento/devdocs-mbi.git master'
end

Expand Down

0 comments on commit 5bd67a9

Please sign in to comment.