Skip to content
Snippets Groups Projects
Commit 521bbe50 authored by hahn's avatar hahn
Browse files

setup: remove key "install"

parent 4de10aca
No related branches found
No related tags found
1 merge request!195534 add docker
......@@ -111,12 +111,6 @@ if ($aParams["prj"] == "all") {
'["builtsToKeep"]'=>array('type'=>'text', 'validate'=>'isinteger'),
'["lang"]'=>array('type'=>'text'),
),
'install'=>array(
'["installPackages"]["user"]'=>array('type'=>'text'),
'["installPackages"]["addkeycommand"]'=>array('type'=>'text'),
'["installPackages"]["testcommand"]'=>array('type'=>'text'),
'["installPackages"]["command"]'=>array('type'=>'text'),
),
);
foreach ($aConfig['phases'] as $sPhase => $aPhaseData){
$aMapping['phase-'.$sPhase]=array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment