This commit is contained in:
parent
ed5d4674d7
commit
9cd7004f10
@ -70,13 +70,10 @@ func Ci(ctx context.Context) error {
|
||||
|
||||
log.Printf("running for: %s", entry)
|
||||
|
||||
_, _ = droneTemplates.
|
||||
WithExec([]string{
|
||||
"drone", "template", "add", "--namespace", namespace, "--name", name, "--data", fmt.Sprintf("@%s", name),
|
||||
}).
|
||||
Stdout(ctx)
|
||||
|
||||
_, err := droneTemplates.
|
||||
WithExec([]string{
|
||||
"drone", "template", "add", "--namespace", namespace, "--name", name, "--data", fmt.Sprintf("@%s", name), "||", "true",
|
||||
}).
|
||||
WithExec([]string{
|
||||
"drone", "template", "update", "--namespace", namespace, "--name", name, "--data", fmt.Sprintf("@%s", name),
|
||||
}).
|
||||
|
Loading…
Reference in New Issue
Block a user