Compare commits

..

1 Commits

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

View File

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