mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-01 11:30:57 +00:00
Use archive.org to preserve code comment
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user