fix: revert workdir to basedir
This commit is contained in:
parent
fb0b9dbfed
commit
95777e978e
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ private function prepare_builder_image()
|
|||
"hidden" => true,
|
||||
],
|
||||
[
|
||||
"command" => executeInDocker($this->deployment_uuid, "mkdir -p {$this->workdir}")
|
||||
"command" => executeInDocker($this->deployment_uuid, "mkdir -p {$this->basedir}")
|
||||
],
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue