fix: revert workdir to basedir

This commit is contained in:
Andras Bacsai 2023-11-10 21:02:39 +01:00
parent fb0b9dbfed
commit 95777e978e

View File

@ -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}")
],
);
}