Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: failed to save outputs: verify serviceaccount default:default has necessary privileges #1362

Merged
merged 14 commits into from
May 31, 2019
Merged
Prev Previous commit
Next Next commit
removed unwated error
  • Loading branch information
sarabala1979 committed May 9, 2019
commit 471ff0a74bf139659a61122e07a209d2b2ef6d46
1 change: 0 additions & 1 deletion cmd/argoexec/commands/wait.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func waitContainer() error {
}
// Saving output parameters
err = wfExecutor.SaveParameters()
err = errors.New(errors.CodeInternal, "sdfsdfds")
if err != nil {
wfExecutor.AddError(errors.Wrap(err, errors.CodeInternal, " Wait container failed to save the parameters"))
return err
Expand Down