Upload to S3 with readable version.
This commit is contained in:
parent
3da4736a2b
commit
a27009f0a9
2 changed files with 6 additions and 2 deletions
|
@ -87,3 +87,7 @@ def safe_mkdir(path):
|
|||
except OSError as e:
|
||||
if e.errno != errno.EEXIST:
|
||||
raise
|
||||
|
||||
|
||||
def get_atom_shell_version():
|
||||
return subprocess.check_output(['git', 'describe', '--tags']).strip()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue