mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 15:07:38 +00:00
cmd/hi: fixes and qol (#2649)
This commit is contained in:
@@ -159,6 +159,7 @@ func New(
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
if dsic.workdir != "" {
|
||||
runOptions.WorkingDir = dsic.workdir
|
||||
}
|
||||
@@ -189,6 +190,9 @@ func New(
|
||||
Value: "v" + version,
|
||||
})
|
||||
}
|
||||
// Add integration test labels if running under hi tool
|
||||
dockertestutil.DockerAddIntegrationLabels(runOptions, "derp")
|
||||
|
||||
container, err = pool.BuildAndRunWithBuildOptions(
|
||||
buildOptions,
|
||||
runOptions,
|
||||
|
Reference in New Issue
Block a user