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

Change subject: Change upload.rb to `bundle exec upload`
......................................................................


Change upload.rb to `bundle exec upload`

The upload.rb file was removed in
Ia9df12796730b5ad82fb8c566db7fc993b7edc60

Change-Id: I07941f3c9e60233653e27ac84de4d034ca9ee8f4
---
M jjb/macro-browsertests.yaml
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/jjb/macro-browsertests.yaml b/jjb/macro-browsertests.yaml
index a07d698..3eea851 100644
--- a/jjb/macro-browsertests.yaml
+++ b/jjb/macro-browsertests.yaml
@@ -126,7 +126,7 @@
             || (echo -e "\nJob has failed (exit code: $?)."; false)
 
           if [[ ! -z $LANGUAGE_SCREENSHOT_CODE ]]; then
-            "$WORKSPACE"/vendor/bin/bundle exec ruby2.0 upload.rb
+            "$WORKSPACE"/vendor/bin/bundle exec upload
           fi
 
 # Let a job run on different node, but no more than once per node.

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I07941f3c9e60233653e27ac84de4d034ca9ee8f4
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Zfilipin <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to