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 7cb756c commit ae660d2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Domain/Fixture/FixtureCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -983,10 +983,11 @@ private function displaySecurityVulnerabilityAdvisories(): void {
* Runs ACMS commands.
*/
public function runAcmsCommands(): void {
// @todo Add after ACMS-4303 is done
// if ($this->fixtureInspector->getInstalledPackageVersionPretty('acquia/acquia_cms') === '~') {
// return;
// }
// @todo Add after ACMS-4303 is done
// if ($this->fixtureInspector->getInstalledPackageVersionPretty('acquia/acquia_cms') === '~')
// {
// return;
// }
$this->output->comment("ACMS commands started... ");
$this->output->section('Run ACMS Site Build');
$this->processRunner->runFixtureVendorBin(['acms', 'acms:build', 'acquia_cms_community', '--no-interaction']);
Expand Down

0 comments on commit ae660d2

Please sign in to comment.