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 - name: build_api
image: golang image: golang
environment: environment:
- GIN_MODE=release GIN_MODE: release
commands: commands:
- cd Api - cd Api
- go build - go build