Skip to content

Commit

Permalink
added triggerbuild true/false check for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jredbeard committed Dec 1, 2016
1 parent 66e0e8e commit 025ddd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ciscripts/triggerbuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
sh -x ./buildpending.sh
if sh -x ./buildscript.sh; then
echo BUILD SUCCESS
else
echo BUILD FAILURE
fi

0 comments on commit 025ddd1

Please sign in to comment.