Page MenuHomePhabricator
Paste P6764

mathoid blubber.yaml changes needed
ActivePublic

Authored by dduvall on Feb 28 2018, 9:23 PM.
Tags
None
Referenced Files
F14119766: mathoid blubber.yaml changes needed
Feb 28 2018, 9:23 PM
Subscribers
diff --git a/dist/pipeline/blubber.yaml b/dist/pipeline/blubber.yaml
index d7c1ef9..24f8d9d 100644
--- a/dist/pipeline/blubber.yaml
+++ b/dist/pipeline/blubber.yaml
@@ -1,10 +1,8 @@
base: docker-registry.wikimedia.org/nodejs-slim
apt: { packages: [librsvg2-2] }
-runs:
+lives:
in: /srv/service
- as: runuser
- uid: 666
- gid: 666
+runs:
environment: { APP_BASE_PATH: /srv/service }
variants:

Event Timeline

dduvall changed the title of this paste from untitled to mathoid blubber.yaml changes needed.
dduvall updated the paste's language from autodetect to autodetect.

Looks like also changing the envvar works:

(/^ヮ^)/*:・゚✧ git diff dist                                                                                                                                             
diff --git a/dist/pipeline/blubber.yaml b/dist/pipeline/blubber.yaml                                                                                                     
index d7c1ef98c..cee6a52d7 100644
--- a/dist/pipeline/blubber.yaml
+++ b/dist/pipeline/blubber.yaml
@@ -5,7 +5,7 @@ runs:
   as: runuser
   uid: 666
   gid: 666
-  environment: { APP_BASE_PATH: /srv/service }
+  environment: { APP_BASE_PATH: /srv/app }
 
 variants:
   build: