Skip to content

Commit

Permalink
add acms
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksha-Bharuka committed Nov 18, 2024
1 parent c50a02c commit 747bdf2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/Domain/Fixture/FixtureCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public function create(FixtureOptions $options): void {
$this->installCloudHooks();
$this->ensureDrupalSettings();
$this->installSite();
$this->runAcmsCommands();
// $this->runAcmsCommands();
$this->setUpFilesDirectories();
$this->customizeFixture();
$this->createAndCheckoutBackupTag();
Expand Down Expand Up @@ -982,13 +982,13 @@ private function displaySecurityVulnerabilityAdvisories(): void {
/**
* Runs ACMS commands.
*/
public function runAcmsCommands(): void {
$this->output->comment("ACMS commands started... ");
$this->output->section('Run ACMS Site Build');
$this->processRunner->runFixtureVendorBin(['acms', 'acms:build', 'acquia_cms_community', '--no-interaction']);
$this->output->section('Run ACMS Site Install');
$this->processRunner->runFixtureVendorBin(['acms', 'site:install', 'acquia_cms_community', '--no-interaction']);
$this->output->comment("ACMS commands executed... ");
}
// public function runAcmsCommands(): void {
// $this->output->comment("ACMS commands started... ");
// $this->output->section('Run ACMS Site Build');
// $this->processRunner->runFixtureVendorBin(['acms', 'acms:build', 'acquia_cms_community', '--no-interaction']);
// $this->output->section('Run ACMS Site Install');
// $this->processRunner->runFixtureVendorBin(['acms', 'site:install', 'acquia_cms_community', '--no-interaction']);
// $this->output->comment("ACMS commands executed... ");
// }

}

0 comments on commit 747bdf2

Please sign in to comment.