Skip to content

Commit 6ed91a3

Browse files
authored
Make sure we run auth export before first composer install (#421)
1 parent 496aaea commit 6ed91a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CosyComposer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ public function run()
551551
throw new \InvalidArgumentException('Invalid composer.json file');
552552
}
553553
$config = $this->ensureFreshConfig($composer_json_data);
554+
$this->runAuthExport($hostname);
554555
$this->doComposerInstall($config);
555556
$config = $this->ensureFreshConfig($composer_json_data);
556557
$this->client = $this->getClient($this->slug);

0 commit comments

Comments
 (0)