From 9a0a0826f8f661959e2589c1c0d4a90eb66d8dfa Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Mon, 5 Aug 2019 21:23:20 +0200
Subject: [PATCH] Moved path for intro slides to WORKER_RAW

---
 intro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/intro b/intro
index adde92f..f2e2f70 100755
--- a/intro
+++ b/intro
@@ -15,7 +15,7 @@ def main():
 	if not len(sys.argv) == 5:
 		exit(1)
 	data = getjobdata()
-	outputfile = buildpath(os.environ.get('WORKER_RELEASED'), data['path']);
+	outputfile = buildpath(os.environ.get('WORKER_RAW'), data['path']);
 	data = data['metadata']
 	with Image.new("RGB",(1920,1080),"black") as img:
 		fontpath = 'assets/LiberationSans-Regular.ttf'
-- 
GitLab