Sha256: 83bfe3118ac7b709bc38a6c33a459c84e7848d8ba120e131723af5636806bc3f

Contents?: true

Size: 150 Bytes

Versions: 21

Compression:

Stored size: 150 Bytes

Contents

# Looking for errors on the report files and returns an error
if [ $TESTS_RESULT == "Failed" ] 
then
    echo "Setting build as failed"
    exit 1
fi

Version data entries

21 entries across 16 versions & 2 rubygems

Version Path
cs-bdd-0.1.2 lib/skeleton/config/scripts/break_build_if_failed.sh