This commit adds an experimental GitLab-based CI. See the PR for more information. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
4 lines
107 B
Bash
Executable file
4 lines
107 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# use tee, otherwise shellcheck complains
|
|
sudo journalctl --boot | tee journal-log >/dev/null
|