Skip to content

Commit

Permalink
Remove explicit "set -e" from presubmit.yml (#131)
Browse files Browse the repository at this point in the history
This was made the default in bazelbuild/continuous-integration#957.
  • Loading branch information
philwo committed Mar 19, 2020
1 parent 4b8acdc commit 7476b11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ validate_config: 1
tasks:
ubuntu1804:
shell_commands:
- "set -e"
- "echo +++ Check go format"
- "./check-gofmt.sh `find go -name '*.go'`"
- "echo +++ Check go vet"
Expand All @@ -17,7 +16,6 @@ tasks:
platform: ubuntu1804
name: "go build / test"
shell_commands:
- "set -e"
- "echo +++ Running go build"
- "go build ./..."
- "echo +++ Running go test"
Expand Down

0 comments on commit 7476b11

Please sign in to comment.