Runner log here: https://gitlab.com/codemonkeyrawks/Rose/-/jobs/165042622
I am curious why the build return: ERROR: Job failed: exit code 1. When testing this on my local machine with the same error (I intentionally broke a script: firmware.sh) I get no problems : shell continues on.
Bash Script: (Works)
#!/bin/bash
shellcheck kernel.sh >> result.txt
shellcheck firmware.sh >> result.txt