diff options
-rwxr-xr-x | dscip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dscip b/dscip index d8a2696..fb09c62 100755 --- a/dscip +++ b/dscip @@ -113,6 +113,8 @@ run () { build elif [ ! "$LAST_COMMIT" = "$CURRENT_COMMIT" ]; then # If the last commit and current commit don't match, then we go ahead and build. build + else + return fi else build |