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

Change subject: rm service_event_type and make cp -r
......................................................................


rm service_event_type and make cp -r

Change-Id: I026b0783050d3a26c807e9675f0915c5aa120233
---
M bin/mw-send-to-coveralls.sh
1 file changed, 1 insertion(+), 2 deletions(-)

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



diff --git a/bin/mw-send-to-coveralls.sh b/bin/mw-send-to-coveralls.sh
index d455d59..762adba 100755
--- a/bin/mw-send-to-coveralls.sh
+++ b/bin/mw-send-to-coveralls.sh
@@ -5,7 +5,7 @@
 rm -rf vendor
 
 # Pretend we have installed php-coveralls using composer
-cp /srv/deployment/integration/php-coveralls/vendor vendor
+cp -r /srv/deployment/integration/php-coveralls/vendor vendor
 
 # Create the .coveralls.yml file
 echo "# .coveralls.yml generated my jenkins.git\bin\mw-send-to-coveralls.sh" 
>> .coveralls.yml
@@ -14,7 +14,6 @@
 set -x
 echo "src_dir: /" >> .coveralls.yml
 echo "service_name: php-coveralls" >> .coveralls.yml
-echo "service_event_type: manual" >> .coveralls.yml
 echo "coverage_clover: log/clover.xml" >> .coveralls.yml
 echo "json_path: log/coveralls-upload.json" >> .coveralls.yml
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I026b0783050d3a26c807e9675f0915c5aa120233
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>
Gerrit-Reviewer: Hashar <has...@free.fr>
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