Skip to content

Commit

Permalink
GL-2582: Updated schedule pipeline to run with drupal projects only.
Browse files Browse the repository at this point in the history
  • Loading branch information
akashkska committed Jun 25, 2024
1 parent 8f5cd12 commit 2966db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/CodeStudio/CodeStudioWizardCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
switch ($projectSelected) {
case "Drupal_project":
$this->setGitLabCiCdVariablesForPhpProject($project, $appUuid, $cloudKey, $cloudSecret, $projectAccessTokenName, $projectAccessToken, $phpVersion);
$this->createScheduledPipeline($project);
break;
case "Node_project":
$parameters = [
Expand All @@ -128,7 +129,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$this->setGitLabCiCdVariablesForNodeProject($project, $appUuid, $cloudKey, $cloudSecret, $projectAccessTokenName, $projectAccessToken, $nodeVersion);
break;
}
$this->createScheduledPipeline($project);

$this->io->success([
"Successfully configured the Code Studio project!",
Expand Down

0 comments on commit 2966db4

Please sign in to comment.