Skipping Git submodules setupExecuting "step_script" stage of the job script$ javac src/*.java$ java -cp src/ Hello $GREET > result.txt$ cat result.txtI am Groot!$ cat result.txt | grep "Hello $GREET"ERROR: Job failed: exit code 1
Removing src/Hello.classSkipping Git submodules setupExecuting "step_script" stage of the job script$ python src/hello.py $GREET > result.txt$ cat result.txtI am Groot!$ cat result.txt | grep "Hello $GREET"ERROR: Job failed: exit code 1