Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rhase committed May 27, 2021
1 parent 65646da commit 814cbc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GcpCredential credential(SecretProvider secrets)
builder.projectId(ServiceOptions.getDefaultProjectId())
.credential(GoogleCredential.getApplicationDefault());
}
catch (IOException e) {
catch (Exception e) {
throw new TaskExecutionException(
"Could not get google cloud credential: need gcp.credential secret or Application Default Credentials",
e
Expand Down

0 comments on commit 814cbc5

Please sign in to comment.