mirror of
https://git.klmp200.net/ALFRED/ALFRED.git
synced 2025-04-11 10:14:41 +02:00
Fix CI
This commit is contained in:
parent
c001bca84a
commit
3d3133eaff
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ pipeline:
|
|||
image: golang:1.11
|
||||
group: build
|
||||
commands:
|
||||
- export GOPATH=/drone
|
||||
- go get -v -d ./...
|
||||
- go build .
|
||||
test:
|
||||
|
@ -12,7 +11,6 @@ pipeline:
|
|||
secrets: [ test_api_token ]
|
||||
environment: [ test_api_token ]
|
||||
commands:
|
||||
- export GOPATH=/drone
|
||||
- go get -v -d ./...
|
||||
- go test ./...
|
||||
publish:
|
||||
|
|
Loading…
Add table
Reference in a new issue