Commit 64b61d6c684bda39e5a030caae0907d431d4d490

Authored by nollieheel
1 parent 0ad617fe

Simulate build failure #2

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -2,5 +2,5 @@
2 2
3 3 echo "Working directory is: $( pwd )"
4 4
5   -echo "This is a failing build"
  5 +echo "This is another failing build"
6 6 exit 1
... ...