Commit 980b4647 authored by Xavier Thompson's avatar Xavier Thompson

software/theia: Add symlink from /srv/project/runner to srv/runner

parent a16a3caa
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
[instance] [instance]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = 2155856a79f9f1afa8c80ceeb310b598 md5sum = ab099860eabaab12f8ba42d818ec81a6
[yarn.lock] [yarn.lock]
filename = yarn.lock filename = yarn.lock
......
...@@ -6,6 +6,7 @@ parts = ...@@ -6,6 +6,7 @@ parts =
tasks.json tasks.json
publish-connection-parameter publish-connection-parameter
slapos-repository slapos-repository
runner-link
extends = ${monitor-template:rendered} extends = ${monitor-template:rendered}
...@@ -401,6 +402,11 @@ branch = 1.0 ...@@ -401,6 +402,11 @@ branch = 1.0
develop = true develop = true
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
[runner-link]
recipe = slapos.cookbook:symbolic.link
target-directory = $${directory:project}
link-binary = $${directory:runner}
[directory] [directory]
recipe = slapos.cookbook:mkdirectory recipe = slapos.cookbook:mkdirectory
etc = $${buildout:directory}/etc etc = $${buildout:directory}/etc
......
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