Adding test repo to default configuration
This commit is contained in:
parent
dc6685088d
commit
16b8d64913
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ HOOKS = [
|
|||
# Make targets to be invoked
|
||||
'targets': ['all'],
|
||||
},
|
||||
{
|
||||
'name': 'test-repo',
|
||||
'url': 'tests/simple-repo',
|
||||
'targets': ['date', 'touch'],
|
||||
},
|
||||
]
|
||||
|
||||
# Directory in which the repositories are cloned
|
||||
|
|
Loading…
Reference in a new issue