mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-09 00:55:32 +00:00
Use archive.org to preserve code comment
This commit is contained in:
parent
ec9b0a62a7
commit
9c99406a06
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ func (e *docker) Exec(ctx context.Context, proc *backend.Step) error {
|
|||
log.Error().Err(err).Msg("DisplayJSONMessagesStream")
|
||||
}
|
||||
}
|
||||
// fix for drone/drone#1917
|
||||
// Fix "Show warning when fail to auth to docker registry"
|
||||
// (https://web.archive.org/web/20201023145804/https://github.com/drone/drone/issues/1917)
|
||||
if perr != nil && proc.AuthConfig.Password != "" {
|
||||
return perr
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue