chore: Reorganize files into folders
to make it plain where each file belongs in the containers file system and to simplify the `ADD` directives in the Containerfile. Signed-off-by: Andreas Hartmann <hartan@7x.de>
This commit is contained in:
7
home/runner/.config/systemd/user/runner.service
Normal file
7
home/runner/.config/systemd/user/runner.service
Normal file
@@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=Gitlab-runner service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/gitlab-runner --log-level=warn run --user runner --working-directory=/home/runner
|
||||
StandardOutput=journal+console
|
||||
StandardError=inherit
|
||||
Reference in New Issue
Block a user