Update src/Composer/Repository/Vcs/GitLabDriver.php
Co-Authored-By: Jordi Boggiano <j.boggiano@seld.be>pull/8682/head
parent
55d252b9c3
commit
402c64c271
|
@ -445,9 +445,8 @@ class GitLabDriver extends VcsDriver
|
||||||
|
|
||||||
if (!$moreThanGuestAccess) {
|
if (!$moreThanGuestAccess) {
|
||||||
$this->io->writeError('<warning>GitLab token with Guest only access detected</warning>');
|
$this->io->writeError('<warning>GitLab token with Guest only access detected</warning>');
|
||||||
$this->setupGitDriver($this->generateSshUrl());
|
|
||||||
|
|
||||||
return $res;
|
return $this->attemptCloneFallback();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue