You are here

public function Provision_PlatformGit::postProvisionDelete in Aegir Deploy 7.3

File

modules/platform_git/drush/Provision/PlatformGit.php, line 108
The Provision_PlatformGit class.

Class

Provision_PlatformGit
@file The Provision_PlatformGit class.

Code

public function postProvisionDelete() {
  if ($this->repository_path != d()->root) {
    $this
      ->notice(dt('Deleting repo path at: ') . d()->repo_path);
    _provision_recursive_delete($this->repository_path);
  }
}