release: github token from env var

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-09-23 16:46:11 +01:00
parent 7183feca12
commit f90e69045a
3 changed files with 5 additions and 7 deletions

View File

@@ -26,7 +26,6 @@ start_time = time.time()
subprocess.check_call([os.path.join(common.root_dir, 'configure'), '--all'])
subprocess.check_call([os.path.join(common.root_dir, 'build-all')])
release_zip.main()
subprocess.check_call(['git', 'tag', common.sha])
subprocess.check_call(['git', 'push'])
release_upload.main()
end_time = time.time()