mirror of
https://git.klmp200.net/ALFRED/ALFRED.git
synced 2025-04-18 13:54:42 +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
|
image: golang:1.11
|
||||||
group: build
|
group: build
|
||||||
commands:
|
commands:
|
||||||
- export GOPATH=/drone
|
|
||||||
- go get -v -d ./...
|
- go get -v -d ./...
|
||||||
- go build .
|
- go build .
|
||||||
test:
|
test:
|
||||||
|
@ -12,7 +11,6 @@ pipeline:
|
||||||
secrets: [ test_api_token ]
|
secrets: [ test_api_token ]
|
||||||
environment: [ test_api_token ]
|
environment: [ test_api_token ]
|
||||||
commands:
|
commands:
|
||||||
- export GOPATH=/drone
|
|
||||||
- go get -v -d ./...
|
- go get -v -d ./...
|
||||||
- go test ./...
|
- go test ./...
|
||||||
publish:
|
publish:
|
||||||
|
|
Loading…
Add table
Reference in a new issue