ci: add GitLab CI
This commit adds an experimental GitLab-based CI. See the PR for more information. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
e7b3063f7e
commit
260fdb053f
5 changed files with 180 additions and 0 deletions
4
schutzbot/save_journal.sh
Executable file
4
schutzbot/save_journal.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# use tee, otherwise shellcheck complains
|
||||
sudo journalctl --boot | tee journal-log >/dev/null
|
||||
Loading…
Add table
Add a link
Reference in a new issue