mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
release: github token from env var
This commit is contained in:
1
release
1
release
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user