jenkins-bot has submitted this change and it was merged. Change subject: Add support for blockly maze ......................................................................
Add support for blockly maze Change-Id: I1fec74a101d6e890ddc4cfa9534c018d63c69dc5 --- M groups/Blockly/Blockly.yaml 1 file changed, 9 insertions(+), 0 deletions(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/groups/Blockly/Blockly.yaml b/groups/Blockly/Blockly.yaml index 688ec1c..60cf023 100644 --- a/groups/Blockly/Blockly.yaml +++ b/groups/Blockly/Blockly.yaml @@ -20,6 +20,15 @@ --- BASIC: + id: out-blockly-maze + label: Blockly - Maze + +FILES: + sourcePattern: %GROUPROOT%/blockly/apps/maze/%CODE%.json + targetPattern: blockly/apps/maze/%CODE%.json + +--- +BASIC: id: out-blockly-puzzle label: Blockly - Puzzle -- To view, visit https://gerrit.wikimedia.org/r/75269 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1fec74a101d6e890ddc4cfa9534c018d63c69dc5 Gerrit-PatchSet: 1 Gerrit-Project: translatewiki Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
