Skip to content
Snippets Groups Projects
Commit 986bea85afd6 authored by Christophe de Vienne's avatar Christophe de Vienne
Browse files

templates: don't override serve_config

parent 46674693735b
No related branches found
No related tags found
No related merge requests found
Pipeline #6202 passed
...@@ -61,8 +61,8 @@ ...@@ -61,8 +61,8 @@
source: server/cmdServeConfig.gotmpl source: server/cmdServeConfig.gotmpl
target: "{{ joinFilePath .Target \"cmd\" (dasherize (pascalize .Name)) }}/cmd" target: "{{ joinFilePath .Target \"cmd\" (dasherize (pascalize .Name)) }}/cmd"
file_name: serve-config.go file_name: serve-config.go
#skip_exists: true skip_exists: true
- name: configure - name: configure
source: server/configureapi.gotmpl source: server/configureapi.gotmpl
target: "{{ joinFilePath .Target .ServerPackage }}" target: "{{ joinFilePath .Target .ServerPackage }}"
file_name: "configure_{{ .Name }}.go" file_name: "configure_{{ .Name }}.go"
...@@ -65,8 +65,8 @@ ...@@ -65,8 +65,8 @@
- name: configure - name: configure
source: server/configureapi.gotmpl source: server/configureapi.gotmpl
target: "{{ joinFilePath .Target .ServerPackage }}" target: "{{ joinFilePath .Target .ServerPackage }}"
file_name: "configure_{{ .Name }}.go" file_name: "configure_{{ .Name }}.go"
#skip_exists: true skip_exists: true
models: models:
# built-in templates # built-in templates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment