Statically compile templates in the final binary #84

Merged
konrad merged 8 commits from feature/static-templates into master 2019-07-11 19:10:42 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 46e7f45eb2 - Show all commits

View File

@ -29,6 +29,7 @@ steps:
environment:
GOFLAGS: '-mod=vendor'
commands:
- make generate
- make lint
- make fmt-check
# - make got-swag # Commented out until we figured out how to get this working on drone
@ -37,7 +38,6 @@ steps:
- make goconst-check
- make gocyclo-check
- make static-check
- make generate
- make build
when:
event: [ push, tag, pull_request ]