Skip to content

Commit

Permalink
Add rebase check and fix for new whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobstanley committed Jan 11, 2017
1 parent 0e91c88 commit 8c7983a
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions boris.toml
@@ -1,20 +1,17 @@
[boris]
version = 1

[build.submodules]
command = [["dangling-refs"]]

[build.validate]
command = [["validate-respect"]]

[build.dist-7-8]

[build.dist-7-10]

[build.dist-8-0]
[build.dist-validate]
command = [["validate-respect"]]

[build.branches-7-8]

[build.branches-7-10]

[build.branches-8-0]

[build.all-rebased]
command = [["rebased"]]
[build.all-submodules]
command = [["dangling-refs"]]

0 comments on commit 8c7983a

Please sign in to comment.