Skip to content
Snippets Groups Projects
Commit 665e372b authored by hahn's avatar hahn
Browse files

task#3844 generate a config file after cloning repo

parent 7622c67f
No related branches found
No related tags found
No related merge requests found
......@@ -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'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment