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 @@ ...@@ -15,7 +15,7 @@
[instance] [instance]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = a82e4fdc4efd60df699ee072399e6973 md5sum = 8250a1d5b74b7fa55a3b243b6d425d90
[yarn.lock] [yarn.lock]
filename = yarn.lock filename = yarn.lock
......
...@@ -168,7 +168,8 @@ location = ...@@ -168,7 +168,8 @@ location =
[frontend-instance-config] [frontend-instance-config]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
rendered = $${directory:etc}/$${:_buildout_section_name_} rendered = $${directory:etc}/$${:_buildout_section_name_}
template = inline: template =
inline:
:$${:port} { :$${:port} {
bind $${:ip} bind $${:ip}
tls $${frontend-instance-certificate:cert-file} $${frontend-instance-certificate:key-file} tls $${frontend-instance-certificate:cert-file} $${frontend-instance-certificate:key-file}
...@@ -345,8 +346,8 @@ base-url = $${theia-service:base-url} ...@@ -345,8 +346,8 @@ base-url = $${theia-service:base-url}
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
rendered = $${directory:bin}/$${:_buildout_section_name_} rendered = $${directory:bin}/$${:_buildout_section_name_}
mode = 0700 mode = 0700
template = inline: template =
#!{{ bash }} inline:#!{{ bash }}
SHELL=$BASH SHELL=$BASH
# when running interactively, activate slapos configuration and reset GIT_EXEC_PATH to workaround https://github.com/eclipse-theia/theia/issues/7555 # when running interactively, activate slapos configuration and reset GIT_EXEC_PATH to workaround https://github.com/eclipse-theia/theia/issues/7555
if [ $# = 0 ]; then 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