mirror of
https://github.com/theonedev/onedev.git
synced 2025-12-08 18:26:30 +00:00
Fix issue #835 - Allow using @variables@ in RunContainerStep workingDir
This commit is contained in:
parent
0bb2530eeb
commit
e92f3155df
@ -75,6 +75,7 @@ public class RunContainerStep extends Step {
|
||||
|
||||
@Editable(order=200, name="Working Directory", description="Optionally specify working directory of the container")
|
||||
@SafePath
|
||||
@Interpolative(variableSuggester="suggestVariables")
|
||||
@Nullable
|
||||
public String getWorkingDir() {
|
||||
return workingDir;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user