Skip to content

Commit

Permalink
Merge tag '3.0.12' into develop
Browse files Browse the repository at this point in the history
tagging 3.0.12
  • Loading branch information
stmh committed May 27, 2019
2 parents e415451 + a0c6f32 commit 0639321
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.0.12 / 2019-05-27

### Fixed

* Run composer install on `installPrepare`

## 3.0.11 / 2019-05-19

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions src/Method/ComposerMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ public function resetPrepare(HostConfig $host_config, TaskContextInterface $cont
$this->runCommand($host_config, $context, $command);
}

public function installPrepare(HostConfig $host_config, TaskContextInterface $context)
{
$this->resetPrepare($host_config, $context);
}

public function composer(HostConfig $host_config, TaskContextInterface $context)
{
$command = $context->get('command');
Expand Down

0 comments on commit 0639321

Please sign in to comment.