From 665e372b2715101a1e54bddd98acdf57c52775d3 Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Wed, 10 Jun 2020 14:52:02 +0200 Subject: [PATCH] task#3844 generate a config file after cloning repo --- public_html/deployment/classes/project.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public_html/deployment/classes/project.class.php b/public_html/deployment/classes/project.class.php index 2239bb96..b5a1fc11 100644 --- a/public_html/deployment/classes/project.class.php +++ b/public_html/deployment/classes/project.class.php @@ -1639,7 +1639,6 @@ class project extends base { file_put_contents($sCfgout, $this->_aPrjConfig['deploy']["configfile"]); $sReturn.=$this->_execAndSend('ls -l ' . $sCfgout); $sReturn.=$this->_execAndSend('cat ' . $sCfgout); - return $this->_oHtml->getBox("error", 'Abbruch - zum Test von '.$sCfgout); } $sReturn.=$this->_oHtml->getBox("success", t('class-project-info-build-checkout-ok')); -- GitLab