Allow for building headless mode

This will only be used in CI and maybe other places where we dont need a UI
This commit is contained in:
Shane McDonald
2021-10-12 18:57:29 -04:00
parent 727b4668c2
commit f1520e1a70
5 changed files with 29 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
---
build_dev: false
kube_dev: false
headless: no
dockerfile_dest: '../..'
dockerfile_name: 'Dockerfile'
template_dest: '_build'