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

update default rollout plugin

parent 9d0c5afb
Branches
No related tags found
1 merge request!195534 add docker
...@@ -25,6 +25,18 @@ class rollout_default extends rollout_base { ...@@ -25,6 +25,18 @@ class rollout_default extends rollout_base {
return true; 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 * override general form renderer: show a single message that no
* configuration items exist * configuration items exist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment