prepare for use new uploader
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user