trying with stdout instead
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fccc6f2433
commit
ed5d4674d7
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user