Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2015-03-12 22:36:21 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-03-12 22:36:21 +0300
commitf95d109fb120c97828a5a908a88075e97d3f8b2e (patch)
treeca4f65ed17c64d2649b9acbdbb3052f04efe6c2f /plugins
parent484935ce69c19e94d4b2a95aca33e75b0802abbe (diff)
update and init submodules if needed
Diffstat (limited to 'plugins')
-rw-r--r--plugins/TestRunner/Runner/Remote.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TestRunner/Runner/Remote.php b/plugins/TestRunner/Runner/Remote.php
index d85c4a268a..97296efd05 100644
--- a/plugins/TestRunner/Runner/Remote.php
+++ b/plugins/TestRunner/Runner/Remote.php
@@ -26,6 +26,7 @@ class Remote
public function updatePiwik($gitHash)
{
$this->ssh->exec('git reset --hard');
+ $this->ssh->exec('git submodule update --init');
$this->ssh->exec('git submodule foreach --recursive git reset --hard');
$this->ssh->exec('git clean -d -f');
$this->ssh->exec('git submodule foreach git clean -f');