Add support for GitLab CI
and remove Jenkins related files
This commit is contained in:
parent
e778771f2b
commit
f569c38ea9
10 changed files with 164 additions and 252 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