Skip to content

Commit

Permalink
Move global buildozer dir to repository subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Jul 31, 2020
1 parent 7d23aa1 commit 02f38ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def global_buildozer_dir(self):
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:
Expand Down

0 comments on commit 02f38ec

Please sign in to comment.