mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-02 19:49:33 +01:00
Add chmod +x so that we can run hishtory status
This commit is contained in:
parent
b88bc86204
commit
262d8238ad
@ -49,6 +49,7 @@ def validate_macos_signature(filename: str) -> None:
|
||||
|
||||
def validate_hishtory_status(filename: str) -> None:
|
||||
assert os.path.exists(filename)
|
||||
subprocess.check_output(['chmod', "+x", filename])
|
||||
status = subprocess.check_output([filename, "status", "-v"]).decode('utf-8')
|
||||
git_hash = os.environ['GITHUB_SHA']
|
||||
assert git_hash, git_hash
|
||||
|
Loading…
Reference in New Issue
Block a user