fixups and winbuild/version update to v110.0-1
This commit is contained in:
parent
33336b6ac7
commit
f4d764eb5e
3 changed files with 3 additions and 2 deletions
|
|
@ -216,6 +216,7 @@ def artifacts():
|
|||
def do_upload(filename,token):
|
||||
exec('curl --request POST --header \"PRIVATE-TOKEN: {}\" --form \"file=@{}\" \"https://gitlab.com/api/v4/projects/13852981/uploads\" > tmp.json'.format(token,filename), False)
|
||||
exec('echo $(cat tmp.json | jq .alt | cut -c 2- | sed \'s/.$//\') \'--->\' https://gitlab.com$(cat tmp.json | jq .full_path | cut -c 2- | sed \'s/.$//\') ')
|
||||
exec('cat tmp.json')
|
||||
exec('echo "" && rm -f tmp.json')
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2
|
||||
1
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
109.0.1
|
||||
110.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue