jenkins-bot has submitted this change and it was merged.

Change subject: Tooling: No need to run `bundle install` to make documentation
......................................................................


Tooling: No need to run `bundle install` to make documentation

We do not use Ruby any more for `make jsduck`

Change-Id: I50d207562e082a7cc9e2ca60c31cb0410d00a38c
---
M Makefile
1 file changed, 1 insertion(+), 4 deletions(-)

Approvals:
  Jdlrobson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Makefile b/Makefile
index 26b8762..b4d95b1 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
 gerrit: remotes                                ## List all patchsets
        @dev-scripts/remotes/gerrit.py --project 
'mediawiki/extensions/MobileFrontend' --gtscore -1 --ignore 'WIP'
 
-jsduck: nodecheck gems                 ## Build the JavaScript documentation
+jsduck: nodecheck                      ## Build the JavaScript documentation
        @npm run -s doc
 
 phpdoc:                                ## Build the PHP documentation
@@ -34,9 +34,6 @@
        @doxygen
 
 docs: jsduck phpdoc                    ## Build the styleguide, JavaScript, 
and PHP documentation
-
-gems:
-       bundle install
 
 nodecheck:
        @dev-scripts/nodecheck.sh

-- 
To view, visit https://gerrit.wikimedia.org/r/238821
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I50d207562e082a7cc9e2ca60c31cb0410d00a38c
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Bmansurov <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to