1
0

Fix cat and tty

This commit is contained in:
Fleur Kelpin
2018-06-29 23:37:47 +02:00
parent 62114aecc4
commit 633863e7f7
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ data:
<alwaysPullImage>false</alwaysPullImage>
{{- end }}
<workingDir>/home/jenkins</workingDir>
<command>{{ .Command | default "cat" }}</command>
<command>{{ .Command | default "" }}</command>
<args>{{ .Args | default "" }}</args>
{{- if .TTY }}
<ttyEnabled>true</ttyEnabled>