Commit 02928d7f authored by Xavier Thompson's avatar Xavier Thompson

software/theia: Begin inline blocks on a new line

parent 1bfd0963
......@@ -15,7 +15,7 @@
[instance]
filename = instance.cfg.in
md5sum = a82e4fdc4efd60df699ee072399e6973
md5sum = 8250a1d5b74b7fa55a3b243b6d425d90
[yarn.lock]
filename = yarn.lock
......
......@@ -168,7 +168,8 @@ location =
[frontend-instance-config]
recipe = slapos.recipe.template:jinja2
rendered = $${directory:etc}/$${:_buildout_section_name_}
template = inline:
template =
inline:
:$${:port} {
bind $${:ip}
tls $${frontend-instance-certificate:cert-file} $${frontend-instance-certificate:key-file}
......@@ -345,8 +346,8 @@ base-url = $${theia-service:base-url}
recipe = slapos.recipe.template:jinja2
rendered = $${directory:bin}/$${:_buildout_section_name_}
mode = 0700
template = inline:
#!{{ bash }}
template =
inline:#!{{ bash }}
SHELL=$BASH
# when running interactively, activate slapos configuration and reset GIT_EXEC_PATH to workaround https://github.com/eclipse-theia/theia/issues/7555
if [ $# = 0 ]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment