Skip to content
Snippets Groups Projects
Commit c5089751 authored by Tim Hestenes Lehnen's avatar Tim Hestenes Lehnen
Browse files

Revert "Removing pinned composer self-update command now that composer is fixed as of 2.5.2"

This reverts commit 2b5e1c76
parent 2b5e1c76
No related branches found
No related tags found
No related merge requests found
......@@ -69,9 +69,9 @@ class ContainerComposer extends BuildTaskBase implements BuildStepInterface, Bui
$commands[] = implode(' ', $command);
$result = $this->execEnvironmentCommands($commands);
// If composer version ever needs to be pinned again, follow this example - https://www.drupal.org/project/drupalci_environments/issues/3333480
//$command = 'sudo -H /usr/local/bin/composer self-update 2.4.4';
//$result = $this->execEnvironmentCommands($command);
// Set version to last known good Composer 2.4.4 - https://www.drupal.org/project/drupalci_environments/issues/3333480
$command = 'sudo -H /usr/local/bin/composer self-update 2.4.4';
$result = $this->execEnvironmentCommands($command);
// Build a containerized Composer command.
$command = [ $this->executable_path,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment