This commit is contained in:
Alex Grintsvayg 2017-10-31 11:15:41 -04:00
parent 41174bcb30
commit 556b5f5e96

View file

@ -29,7 +29,7 @@ def get_asset_filename():
def upload_to_s3(folder):
tag = subprocess.check_output(['git', 'describe', '--always', '--abbrev=8', ''HEAD']).strip()
tag = subprocess.check_output(['git', 'describe', '--always', '--abbrev=8', 'HEAD']).strip()
commit_date = subprocess.check_output([
'git', 'show', '-s', '--format=%cd', '--date=format:%Y%m%d-%H%I%S', 'HEAD']).strip()