mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Helps if I add the new config file
This commit is contained in:
20
tests/config/always-dry-run.yaml
Normal file
20
tests/config/always-dry-run.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
providers:
|
||||
in:
|
||||
class: octodns.provider.yaml.YamlProvider
|
||||
directory: tests/config
|
||||
dump:
|
||||
class: octodns.provider.yaml.YamlProvider
|
||||
directory: env/YAML_TMP_DIR
|
||||
zones:
|
||||
unit.tests.:
|
||||
always-dry-run: true
|
||||
sources:
|
||||
- in
|
||||
targets:
|
||||
- dump
|
||||
subzone.unit.tests.:
|
||||
always-dry-run: false
|
||||
sources:
|
||||
- in
|
||||
targets:
|
||||
- dump
|
Reference in New Issue
Block a user