mirror of
https://github.com/go-gitea/gitea
synced 2025-08-24 18:38:28 +00:00
upgrade levelqueue to 0.1.0 (#9192)
This commit is contained in:
23
vendor/gitea.com/lunny/levelqueue/.drone.yml
generated
vendored
Normal file
23
vendor/gitea.com/lunny/levelqueue/.drone.yml
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: test
|
||||
|
||||
workspace:
|
||||
base: /go
|
||||
path: src/gitea.com/lunny/levelqueue
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
pull: default
|
||||
image: golang:1.13
|
||||
commands:
|
||||
- go get -t -d -v ./...
|
||||
- go build -v
|
||||
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
|
||||
environment:
|
||||
GO111MODULE: "on"
|
||||
GOPROXY: https://goproxy.cn
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
Reference in New Issue
Block a user