Skip to content
Snippets Groups Projects

5534 add docker

Merged Hahn Axel (hahn) requested to merge 5534-add-docker into master
1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
@@ -25,6 +25,18 @@ class rollout_default extends rollout_base {
return true;
}
/**
* get array with commands to execute to deploy a package
*
* @param string $sPhase phase
* @return array
*/
public function getDeployCommands($sPhase){
return [
'echo "SKIP"'
];
}
/**
* override general form renderer: show a single message that no
* configuration items exist
Loading