Drone.io update
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2021-10-02 02:44:55 +01:00
parent 3d99843135
commit 9f7637cf2d
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