LegacyDeploymentApi: Call activation tool to deploy a new stage
refs #13049
This commit is contained in:
parent
660f41f94d
commit
a3d69c4f4c
|
@ -291,7 +291,7 @@ class LegacyDeploymentApi implements DeploymentApiInterface
|
|||
*/
|
||||
protected function activateStage($stage)
|
||||
{
|
||||
if ($this->activationScript === null || trim($this->activationScript === null) === '') {
|
||||
if ($this->activationScript === null || trim($this->activationScript) === '') {
|
||||
// skip activation, could be done by external cron worker
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue