build: make synchronise task configurable.
Required by downtream repository.
This commit is contained in:
parent
f1182b27bb
commit
9953cf1fbd
2 changed files with 25 additions and 24 deletions
|
|
@ -99,7 +99,7 @@ func Configure() {
|
|||
|
||||
if file != "" {
|
||||
sync, _ := prepare.Tasks["synchronise"].(*prepare.Synchronise)
|
||||
sync.Path = file
|
||||
sync.Paths = []string{file}
|
||||
overwrite, _ := prepare.Tasks["overwrite"].(*prepare.Overwrite)
|
||||
overwrite.OneFile = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue