From 02f38ec37876515828542fce97db49cfc5db2eb4 Mon Sep 17 00:00:00 2001 From: Artem Bulgakov Date: Fri, 31 Jul 2020 23:43:55 +0300 Subject: [PATCH] Move global buildozer dir to repository subfolder --- entrypoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.py b/entrypoint.py index 2ae01e9..8b0035e 100755 --- a/entrypoint.py +++ b/entrypoint.py @@ -118,7 +118,7 @@ def apply_patches(): f""" @property def global_buildozer_dir(self): - return '{os.environ["GITHUB_WORKSPACE"]}/.buildozer_global' + return '{env["GITHUB_WORKSPACE"]}/{env["INPUT_REPOSITORY_ROOT"]}/.buildozer_global' """, ) if new_source == source: