woodpecker/vendor/github.com/pkg/sftp/release.go
qwerty287 9c6c4559a7
Add SSH backend (#861)
Add SSH backend that runs commands via SSH.

Close #848
2022-04-29 12:30:50 +02:00

5 lines
79 B
Go

// +build !debug
package sftp
func debug(fmt string, args ...interface{}) {}