mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-01 22:38:33 +00:00
removed unused fmt package
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package deploy
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/drone/drone/pkg/build/buildfile"
|
||||
)
|
||||
|
||||
@@ -12,8 +11,8 @@ type Nodejitsu struct {
|
||||
}
|
||||
|
||||
func (n *Nodejitsu) Write(f *buildfile.Buildfile) {
|
||||
f.WriteEnv("username", m.User)
|
||||
f.WriteEnv("apiToken", m.Token)
|
||||
f.WriteEnv("username", n.User)
|
||||
f.WriteEnv("apiToken", n.Token)
|
||||
|
||||
// Install the jitsu command line interface then
|
||||
// deploy the configured app.
|
||||
|
Reference in New Issue
Block a user