aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/settings.yaml.development6
-rw-r--r--etc/settings.yaml.testing6
2 files changed, 12 insertions, 0 deletions
diff --git a/etc/settings.yaml.development b/etc/settings.yaml.development
new file mode 100644
index 0000000..7e1a1ec
--- /dev/null
+++ b/etc/settings.yaml.development
@@ -0,0 +1,6 @@
+build_image: "True"
+clone_repo: "True"
+compile_repo: "False"
+enable_oparent: "True"
+skip_get_images: "False"
+skip_install: "True"
diff --git a/etc/settings.yaml.testing b/etc/settings.yaml.testing
new file mode 100644
index 0000000..0a81e2d
--- /dev/null
+++ b/etc/settings.yaml.testing
@@ -0,0 +1,6 @@
+build_image: "False"
+clone_repo: "False"
+compile_repo: "False"
+enable_oparent: "False"
+skip_get_images: "False"
+skip_install: "False"