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

Change subject: Follow-up I81663929: Use grunt git-build to ensure we get the 
hash
......................................................................


Follow-up I81663929: Use grunt git-build to ensure we get the hash

Change-Id: Idd140a9027ad4f1891e139c83b19de33f4a19d23
---
M maintenance/resources/update-oojs-ui.sh
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/maintenance/resources/update-oojs-ui.sh 
b/maintenance/resources/update-oojs-ui.sh
index b91e48f..ca9572f 100755
--- a/maintenance/resources/update-oojs-ui.sh
+++ b/maintenance/resources/update-oojs-ui.sh
@@ -64,7 +64,7 @@
 fi
 
 # Build the distribution
-npm install || exit 1
+npm install && grunt git-build || exit 1
 
 # Get the list of changes
 NEWCHANGES=$(git log $OLDHASH.. --oneline --no-merges --reverse --color=never)

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idd140a9027ad4f1891e139c83b19de33f4a19d23
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: Krinkle <krinklem...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to