mirror of
https://github.com/drone-plugins/drone-docker.git
synced 2026-06-04 10:15:30 +08:00
Fix discarded error in drone-acr cert setup
Made-with: Cursor
This commit is contained in:
@@ -156,7 +156,7 @@ func getAuth(clientId, clientSecret, clientCert, tenantId, subscriptionId, regis
|
||||
if clientCert != "" {
|
||||
err := setupACRCert(clientCert, acrCertPath)
|
||||
if err != nil {
|
||||
fmt.Errorf("failed to push setup cert file: %w", err)
|
||||
return "", "", fmt.Errorf("failed to push setup cert file: %w", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user