use absolute paths for homedir

This commit is contained in:
Late Night Defender 2023-11-19 19:52:51 +07:00
parent dc812f58e1
commit 311504424d

View file

@ -3,7 +3,7 @@ steps:
image: bash image: bash
commands: commands:
- systemctl --user stop ttt-org - systemctl --user stop ttt-org
- cp ttt-org.container ~/.config/containers/systemd - cp ttt-org.container /home/sasha/.config/containers/systemd
container-build: container-build:
image: bash image: bash