We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6425b7 + 54f087a commit f0e4864Copy full SHA for f0e4864
pkg/cmd/bootstrap/bootstrap.go
@@ -57,10 +57,7 @@ const successTmpl = `
57
func install(ctx context.Context, run *params.Run, opts *bootstrapOpts) error {
58
// nolint:forbidigo
59
fmt.Println("🏃 Checking if Pipelines as Code is installed.")
60
- installed, err := checkNS(ctx, run, opts)
61
- if err != nil {
62
- return err
63
- }
+ installed, _ := checkNS(ctx, run, opts)
64
if installed {
65
66
fmt.Println("👌 Pipelines as Code is already installed.")
0 commit comments