Implement common abstract base command
This commit is contained in:
@@ -14,7 +14,7 @@ use NoccyLabs\Composer\PackagePlugin\Registry\RegistryFactory;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
|
||||
class PackageBuildCommand extends BaseCommand
|
||||
class PackageBuildCommand extends PackageCommand
|
||||
{
|
||||
protected function configure(): void
|
||||
{
|
||||
@@ -48,7 +48,7 @@ class PackageBuildCommand extends BaseCommand
|
||||
}
|
||||
|
||||
if ($registry) {
|
||||
$credentials = new InsecureStore();
|
||||
$credentials = $this->getCredentialsStore();
|
||||
|
||||
$providers = [
|
||||
'gitea' => new GiteaProvider($credentials)
|
||||
|
||||
Reference in New Issue
Block a user