update
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b89e3bc3e2
commit
5a893702ee
|
@ -52,7 +52,7 @@ type GoServiceHandler struct {
|
||||||
func (gsh GoServiceHandler) ToDestinationConfig() (string, error) {
|
func (gsh GoServiceHandler) ToDestinationConfig() (string, error) {
|
||||||
var err error
|
var err error
|
||||||
t := template.New(gsh.Name)
|
t := template.New(gsh.Name)
|
||||||
t, err = t.Parse(apiPipeline)
|
t, err = t.Parse(servicePipeline)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue