fix images and release url
This commit is contained in:
@ -4,7 +4,7 @@ stages:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
image: registry.gitlab.com/wolutator/build-env-arduino:latest
|
image: registry.hottis.de/wolutator/build-env-arduino:latest
|
||||||
tags:
|
tags:
|
||||||
- hottis
|
- hottis
|
||||||
- linux
|
- linux
|
||||||
@ -25,7 +25,7 @@ build:
|
|||||||
|
|
||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
image: registry.gitlab.com/wolutator/base-build-env
|
image: registry.hottis.de/wolutator/base-build-env
|
||||||
tags:
|
tags:
|
||||||
- hottis
|
- hottis
|
||||||
- linux
|
- linux
|
||||||
@ -36,6 +36,9 @@ release:
|
|||||||
refs:
|
refs:
|
||||||
- release
|
- release
|
||||||
script:
|
script:
|
||||||
- gitlabreleaseuploader.py -p $PRIVATE_TOKEN -i $CI_PROJECT_ID -u $CI_PROJECT_URL
|
- gitlabreleaseuploader.py -p $PRIVATE_TOKEN
|
||||||
-f sketch.esp8266.esp8266.nodemcu.bin -F releaseInfo.json -T $CI_COMMIT_REF_NAME
|
-i $CI_PROJECT_ID -u $CI_PROJECT_URL
|
||||||
|
-f sketch.esp8266.esp8266.nodemcu.bin
|
||||||
|
-F releaseInfo.json -T $CI_COMMIT_REF_NAME
|
||||||
|
-I $CI_SERVER_URL
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user