Merge remote-tracking branch 'home/develop'

This commit is contained in:
Simon 2021-10-02 02:47:56 +01:00
commit 31395d7fa3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ steps:
- name: build_api
image: golang
environment:
- GIN_MODE=release
GIN_MODE: release
commands:
- cd Api
- go build