Thcipriani has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/381488 )

Change subject: Don't checkout submodules for phpcs-docker
......................................................................

Don't checkout submodules for phpcs-docker

Bug: T177104
Change-Id: I020d5def90a378f947e0333585caa581f3a03ebe
---
M dockerfiles/mediawiki-phpcs/run.sh
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/88/381488/1

diff --git a/dockerfiles/mediawiki-phpcs/run.sh 
b/dockerfiles/mediawiki-phpcs/run.sh
index 8fb1817..779cabb 100644
--- a/dockerfiles/mediawiki-phpcs/run.sh
+++ b/dockerfiles/mediawiki-phpcs/run.sh
@@ -5,7 +5,6 @@
 git init
 git fetch --quiet --depth 1 "${ZUUL_URL}/${ZUUL_PROJECT}" "$ZUUL_REF"
 git checkout --quiet FETCH_HEAD
-git submodule --quiet update --init --recursive
 
 /srv/composer/vendor/bin/composer install --no-progress
 ./vendor/bin/phpcs -p -s --report-full 
"--report-checkstyle=/log/checkstyle.xml"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I020d5def90a378f947e0333585caa581f3a03ebe
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Thcipriani <tcipri...@wikimedia.org>

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

Reply via email to