fixed scheduler build error and added drone config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
549143fb4b
commit
89ebae6daf
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build library
|
||||
image: golang
|
||||
commands:
|
||||
- go test
|
||||
- go build
|
@ -1,7 +1,6 @@
|
||||
package gtq
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"sort"
|
||||
"time"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user