fix images and release url

This commit is contained in:
2020-07-26 13:33:07 +02:00
parent 04b3ac934d
commit 97e7be156d

View File

@ -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