Revert "osbuild-worker-executor: job-id in control.json as hostname"
This reverts commit fc1d1c3b8f.
This commit is contained in:
parent
ae4467ab0d
commit
4853bf3ec0
4 changed files with 0 additions and 56 deletions
|
|
@ -12,14 +12,6 @@ var (
|
|||
HandleIncludedSources = handleIncludedSources
|
||||
)
|
||||
|
||||
func MockUnixSethostname(new func([]byte) error) (restore func()) {
|
||||
saved := unixSethostname
|
||||
unixSethostname = new
|
||||
return func() {
|
||||
unixSethostname = saved
|
||||
}
|
||||
}
|
||||
|
||||
func MockOsbuildBinary(t *testing.T, new string) (restore func()) {
|
||||
t.Helper()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue