Repository: ignite
Updated Branches:
  refs/heads/master 0936f162b -> 31087002b


IGNITE-7566 .NET: Build scripts: stop build when one of the steps fails


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/31087002
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/31087002
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/31087002

Branch: refs/heads/master
Commit: 31087002b94127c3f1365e90e2a011b3585d085a
Parents: 0936f16
Author: Pavel Tupitsyn <ptupit...@apache.org>
Authored: Wed Mar 7 11:25:07 2018 +0300
Committer: Pavel Tupitsyn <ptupit...@apache.org>
Committed: Wed Mar 7 11:25:07 2018 +0300

----------------------------------------------------------------------
 modules/platforms/dotnet/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/31087002/modules/platforms/dotnet/build.sh
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/build.sh 
b/modules/platforms/dotnet/build.sh
index 1a58ff0..66d3852 100755
--- a/modules/platforms/dotnet/build.sh
+++ b/modules/platforms/dotnet/build.sh
@@ -21,7 +21,7 @@
 #
 
 # Fail on error.
-#set -e
+set -e
 
 # Build Java.
 pushd .

Reply via email to