prepare for use new uploader
This commit is contained in:
parent
13a6dac7c5
commit
0f21b68845
@ -31,12 +31,9 @@ release:
|
||||
- docker
|
||||
dependencies:
|
||||
- build
|
||||
# variables:
|
||||
# GIT_STRATEGY: none
|
||||
only:
|
||||
- release
|
||||
script:
|
||||
- git tag X
|
||||
- git push --tags
|
||||
- gitlabreleaseuploader.py -p $PRIVATE_TOKEN -i 10877064 -u https://gitlab.com/wolutator/rgbled
|
||||
-f sketch.esp8266.esp8266.nodemcu.elf -n NewRelease -t X -d "blablabla"
|
||||
|
||||
- gitlabreleaseuploader.py -p $PRIVATE_TOKEN -i $CI_PROJECT_ID -u $CI_PROJECT_URL
|
||||
-f sketch.esp8266.esp8266.nodemcu.elf -F releaseInfo.json -T $CI_COMMIT_REF_NAME
|
||||
|
||||
|
8
releaseInfo.json
Normal file
8
releaseInfo.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"releaseTag": "v0.1",
|
||||
"createReleaseTag": "true",
|
||||
"releaseName": "Initial release",
|
||||
"description": "Initial release"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user