Skip to content

Commit

Permalink
use acms during fixture creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksha-Bharuka committed Oct 29, 2024
1 parent ae660d2 commit a39852c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Domain/Fixture/FixtureCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -984,9 +984,8 @@ private function displaySecurityVulnerabilityAdvisories(): void {
*/
public function runAcmsCommands(): void {
// @todo Add after ACMS-4303 is done
// if ($this->fixtureInspector->getInstalledPackageVersionPretty('acquia/acquia_cms') === '~')
// {
// return;
// if ($this->fixtureInspector->getInstalledPackageVersionPretty('acquia/acquia_cms') === '~') {
// return;
// }
$this->output->comment("ACMS commands started... ");
$this->output->section('Run ACMS Site Build');
Expand Down

0 comments on commit a39852c

Please sign in to comment.