Skip to content

Commit

Permalink
Update FixtureCreator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan goswami committed Nov 16, 2023
1 parent 17a22b0 commit 6a8483e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Domain/Fixture/FixtureCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,9 @@ private function setUpFilesDirectories(): void {
* Runs ACMS commands.
*/
public function runAcmsCommands(): void {
if($this->fixtureInspector->getInstalledPackageVersionPretty('acquia/acquia_cms') === '~'){
return;
}
$this->output->section('Run ACMS Site Build');
$this->processRunner->runFixtureVendorBin(['acms', 'acms:build', '--no-interaction']);
$this->output->section('Run ACMS Site Install');
Expand Down

0 comments on commit 6a8483e

Please sign in to comment.