trying with stdout instead
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-04-08 12:21:22 +02:00
parent fccc6f2433
commit ed5d4674d7
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -74,7 +74,7 @@ func Ci(ctx context.Context) error {
WithExec([]string{ WithExec([]string{
"drone", "template", "add", "--namespace", namespace, "--name", name, "--data", fmt.Sprintf("@%s", name), "drone", "template", "add", "--namespace", namespace, "--name", name, "--data", fmt.Sprintf("@%s", name),
}). }).
ExitCode(ctx) Stdout(ctx)
_, err := droneTemplates. _, err := droneTemplates.
WithExec([]string{ WithExec([]string{