Skip to content

Commit

Permalink
fix bazelci config: arguments as separate yaml lines
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Apr 3, 2018
1 parent 99166f8 commit a224f2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ platforms:
build_targets:
# Cannot build the docsite on Windows, see
# https://github.com/bazelbuild/skydoc/issues/58
- "//... -//:docs"
- "//..."
- "-//:docs"
test_targets:
- "//..."

0 comments on commit a224f2d

Please sign in to comment.