diff mbox series

[yocto-autobuilder2,03/10] docker: Fix missing directory

Message ID 20251007-contrib-mathieu-bb-setup-links-v1-3-bb1d79289c3f@bootlin.com
State New
Headers show
Series Fix links with bitbake setup and general improvements | expand

Commit Message

Mathieu Dubois-Briand Oct. 7, 2025, 2:37 p.m. UTC
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 5de05c40853ad5aad478cd8521384249477f153e..b1df8602252080c6bceeb5da24db209a6a70a407 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -89,7 +89,7 @@  RUN useradd -m --system pokybuild && \
     git clone https://git.yoctoproject.org/git/yocto-autobuilder-helper && \
     pip install --break-system-packages \
         yocto-controller/yoctoabb/yocto_console_view/ && \
-    mkdir -p /home/pokybuild/git/ && \
+    mkdir -p /home/pokybuild/git/trash && \
     mkdir -p /home/pokybuild/tmp/ && \
     echo "[user]\nname=pokybuild\nemail=pokybuild@none\n" > \
         /home/pokybuild/.gitconfig && \