Skip to content

Commit

Permalink
Reinstate pipefail setting in build.sh [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind committed Oct 2, 2018
1 parent 181b19b commit 7768265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
@@ -1,2 +1,3 @@
#!/usr/bin/env bash
set -euo pipefail
dotnet run -p martenbuild.csproj -- "$@"

0 comments on commit 7768265

Please sign in to comment.