Compare commits

..

1 Commits

Author SHA1 Message Date
Antoine Bartuccio b91130bce6 Fix CI for go 1.11
the build failed Details
2019-01-04 11:28:23 +01:00
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ pipeline:
secrets: [ test_api_token ]
environment: [ test_api_token ]
commands:
- export GOPATH=/drone
- mkdir -p $GOPATH/src/git.klmp200.net/ALFRED/ALFRED
- mv . /$GOPATH/src/git.klmp200.net/ALFRED/ALFRED
- cd $GOPATH/src/git.klmp200.net/ALFRED/ALFRED
- go get -v -d ./...
- go test ./...
publish: