Remove Readme ref to .drone.sh

Fix stupid rancher publish ref that sneaked in
Added windows container preperation
This commit is contained in:
Joachim Hill-Grannec
2017-09-01 10:57:21 -04:00
parent cfb46f2f1e
commit 426c52cced
4 changed files with 36 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ var build string
func main() {
app := cli.NewApp()
app.Name = "rancher publish"
app.Usage = "rancher publish"
app.Name = "Drone webhook"
app.Usage = "Drone webhook"
app.Action = run
app.Version = fmt.Sprintf("1.0.0+%s", build)
app.Flags = []cli.Flag{