As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects

Passing pushauth flag as bool in json body to internal api doesn't become a...

Open Manoj Memana Jayakumar requested to merge mmj/gitlab-shell:506-jsandlin into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -111,5 +111,7 @@ func (c *Command) verifyOTP(ctx context.Context, otp string) (status string, suc
}
}
err = nil
return
}
Loading