refactor: fix ci and put files where they belong (#15)

License: MIT
Signed-off-by: Henrique Dias <[email protected]>
This commit is contained in:
Henrique Dias
2019-05-12 19:40:58 +01:00
committed by GitHub
parent e81638120b
commit c5f3907994
17 changed files with 129 additions and 187 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
- image: circleci/golang:1.12
steps:
- checkout
- run: cd cmd/webdav && go build main.go
- run: go build main.go
release:
docker:
- image: circleci/golang:1.12