Commit 0ad617fedeb131adff925c69a561e9616ac12dce

Authored by nollieheel
1 parent 40185fae

Simulate build failure

Showing 1 changed file with 3 additions and 0 deletions
1 1 #!/bin/bash
2 2
3 3 echo "Working directory is: $( pwd )"
  4 +
  5 +echo "This is a failing build"
  6 +exit 1
... ...