interpreter and x flag
This commit is contained in:
parent
715c984e40
commit
0c8e75e82e
2
gitlabreleaseuploader.py
Normal file → Executable file
2
gitlabreleaseuploader.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
import json
|
import json
|
||||||
import argparse
|
import argparse
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user