figured it out

This commit is contained in:
Alex Grintsvayg 2017-04-25 12:38:51 -04:00
parent edc62c82e3
commit 50152210e4
3 changed files with 1 additions and 3 deletions

View file

@ -2,7 +2,7 @@ version: 1.0.{build}
environment:
GH_TOKEN:
secure: LiI5jyuHUw6XbH4kC3gP1HX4P/v4rwD/gCNtaFhQu2AvJz1/1wALkp5ECnIxRyS
secure: LiI5jyuHUw6XbH4kC3gP1HX4P/v4rwD/gCNtaFhQu2AvJz1/1wALkp5ECnIxRySN
# key_pass:
# secure: u6DydPcdrUJlxGL9uc7yQRYG8+5rY6aAEE9nfCSzFyNzZlX9NniOp8Uh5ZKQqX7bGEngLI6ipbLfiJvn0XFnhbn2iTkOuMqOXVJVOehvwlQ=
# pfx_key:

View file

@ -10,7 +10,6 @@ import uritemplate
def main():
print "release_on_tag.py called"
this_dir = os.path.dirname(os.path.realpath(__file__))
try:
current_tag = subprocess.check_output(

View file

@ -6,7 +6,6 @@ import zipfile
def main():
print "zip_daemon.py called"
this_dir = os.path.dirname(os.path.realpath(__file__))
tag = subprocess.check_output(['git', 'describe']).strip()
zipfilename = 'lbrynet-daemon-{}-{}.zip'.format(tag, get_system_label())