Skip to content

Commit

Permalink
CapistranoDockerContainer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph3nol committed Oct 12, 2017
1 parent 0e7a77f commit 3b8a7c9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ public function execute(): void
$this->applyShellConfiguration();
$this->setWorkingDir('/apps');

$this
->addCommand('gem install capistrano --version='.$service->getOptions()['version'])
->addCommand('gem install capistrano-scm-local');
$this->addCommand('gem install capistrano --version='.$service->getOptions()['version']);
}
}

0 comments on commit 3b8a7c9

Please sign in to comment.