From 311504424d0b86a63c20201d5db1151a10a2f6f0 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Sun, 19 Nov 2023 19:52:51 +0700 Subject: [PATCH] use absolute paths for homedir --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e457740..0c1eb02 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ steps: image: bash commands: - systemctl --user stop ttt-org - - cp ttt-org.container ~/.config/containers/systemd + - cp ttt-org.container /home/sasha/.config/containers/systemd container-build: image: bash