feat: with drone
Some checks reported errors
continuous-integration/drone Build encountered an error
Some checks reported errors
continuous-integration/drone Build encountered an error
This commit is contained in:
parent
e1b95ee379
commit
53747d400c
3
.drone.yml
Normal file
3
.drone.yml
Normal file
@ -0,0 +1,3 @@
|
||||
kind: template
|
||||
load: shuttle-drone.yaml
|
||||
name: releaser
|
12
shuttletask/ci.go
Normal file
12
shuttletask/ci.go
Normal file
@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"log"
|
||||
)
|
||||
|
||||
func Ci(ctx context.Context) error {
|
||||
log.Println("CI")
|
||||
|
||||
return nil
|
||||
}
|
Loading…
Reference in New Issue
Block a user