Issue with shellscript with returning an error

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

I fixed this myself. Looks like forking the process worked! :slight_smile:

See: https://gitlab.com/codemonkeyrawks/Rose/-/jobs/169641343