use absolute paths for homedir
This commit is contained in:
parent
dc812f58e1
commit
311504424d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue