diff options
| author | Felix Hanley <felix@userspace.com.au> | 2019-03-13 23:52:31 +0000 |
|---|---|---|
| committer | Felix Hanley <felix@userspace.com.au> | 2019-03-13 23:52:31 +0000 |
| commit | ca54acc03c58978222397ef8c1c598c0306c031c (patch) | |
| tree | d364c1aa975a03e288a20df438089646f33b67c0 | |
| parent | e4dec467e33502787dcb94441b9c650d94e0bf89 (diff) | |
| download | migrate-ca54acc03c58978222397ef8c1c598c0306c031c.tar.gz migrate-ca54acc03c58978222397ef8c1c598c0306c031c.tar.bz2 | |
Remove flags for drone yml
| -rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ steps: - name: test image: "golang:alpine" commands: - - go get -u $(FLAGS) github.com/mattn/go-sqlite3 - - go install $(FLAGS) github.com/mattn/go-sqlite3 + - go get -u github.com/mattn/go-sqlite3 + - go install github.com/mattn/go-sqlite3 - for file in $$(find . -name 'vendor' -prune -o -type f -name '*.go'); do golint $$file; done - go test -race -short -coverprofile=coverage.txt -covermode=atomic ./... - bash <(curl -s https://codecov.io/bash) |
