mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
added tty flag
This commit is contained in:
committed by
Dwayne Jones
parent
c13685c9a3
commit
80e8b01f24
@@ -43,7 +43,7 @@ func DockerHostname(d *Docker) string {
|
||||
|
||||
// DockerTty returns true if the build
|
||||
// should allocate a pseudo tty
|
||||
func DockerTty(d *Docker) string {
|
||||
func DockerTty(d *Docker) bool {
|
||||
if d == nil {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user