interpreter and x flag

This commit is contained in:
Wolfgang Hottgenroth 2019-05-30 14:13:11 +02:00
parent 715c984e40
commit 0c8e75e82e
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4
2 changed files with 5 additions and 3 deletions

2
gitlabreleaseuploader.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python
import requests import requests
import json import json
import argparse import argparse

View File

@ -1,7 +1,7 @@
{ {
"releaseTag": "v1.3", "releaseTag": "v1.4",
"createReleaseTag": "true", "createReleaseTag": "true",
"releaseName": "Fourth release of the uploader", "releaseName": "Fifth release of the uploader",
"description": "Disable forgotten debug output" "description": "Set interpreter in shebang line and set execute flag"
} }