Unverified Commit 8f807691 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

abort.sh: set -e so everything fails if something fails in here

parent df8c1fb4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#!/bin/bash

set -e

# generally interesting: BUILD_* JENKINS_* JOB_* but most is in BUILD_URL, so:
export | egrep "(BUILD_URL=)"
TMPFILE=$(mktemp)