forked from LBRYCommunity/lbry-sdk
figured it out
This commit is contained in:
parent
edc62c82e3
commit
50152210e4
3 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,7 @@ version: 1.0.{build}
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
GH_TOKEN:
|
GH_TOKEN:
|
||||||
secure: LiI5jyuHUw6XbH4kC3gP1HX4P/v4rwD/gCNtaFhQu2AvJz1/1wALkp5ECnIxRyS
|
secure: LiI5jyuHUw6XbH4kC3gP1HX4P/v4rwD/gCNtaFhQu2AvJz1/1wALkp5ECnIxRySN
|
||||||
# key_pass:
|
# key_pass:
|
||||||
# secure: u6DydPcdrUJlxGL9uc7yQRYG8+5rY6aAEE9nfCSzFyNzZlX9NniOp8Uh5ZKQqX7bGEngLI6ipbLfiJvn0XFnhbn2iTkOuMqOXVJVOehvwlQ=
|
# secure: u6DydPcdrUJlxGL9uc7yQRYG8+5rY6aAEE9nfCSzFyNzZlX9NniOp8Uh5ZKQqX7bGEngLI6ipbLfiJvn0XFnhbn2iTkOuMqOXVJVOehvwlQ=
|
||||||
# pfx_key:
|
# pfx_key:
|
||||||
|
|
|
@ -10,7 +10,6 @@ import uritemplate
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
print "release_on_tag.py called"
|
|
||||||
this_dir = os.path.dirname(os.path.realpath(__file__))
|
this_dir = os.path.dirname(os.path.realpath(__file__))
|
||||||
try:
|
try:
|
||||||
current_tag = subprocess.check_output(
|
current_tag = subprocess.check_output(
|
||||||
|
|
|
@ -6,7 +6,6 @@ import zipfile
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
print "zip_daemon.py called"
|
|
||||||
this_dir = os.path.dirname(os.path.realpath(__file__))
|
this_dir = os.path.dirname(os.path.realpath(__file__))
|
||||||
tag = subprocess.check_output(['git', 'describe']).strip()
|
tag = subprocess.check_output(['git', 'describe']).strip()
|
||||||
zipfilename = 'lbrynet-daemon-{}-{}.zip'.format(tag, get_system_label())
|
zipfilename = 'lbrynet-daemon-{}-{}.zip'.format(tag, get_system_label())
|
||||||
|
|
Loading…
Reference in a new issue