release-upload: remove uneeded decode which blows up

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-06-30 00:00:00 +00:00
parent fcd46ba0b4
commit 70682288c4

View File

@@ -23,7 +23,7 @@ https://github.com/cirosantilli/linux-kernel-module-cheat#release-upload
'describe',
'--exact-match',
'--tags'
]).decode().rstrip()
]).rstrip()
upload_path = self.env['release_zip_file']
# Check the release already exists.