From 11c40ceba2a4cd010c3d61dce3b42467f7e9643a Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 30 May 2019 17:34:56 +0200 Subject: [PATCH] test except tags in CI script --- .gitlab-ci.yml | 5 ++++- releaseInfo.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19c4853..dace620 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,8 @@ build: name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME" paths: - sketch.esp8266.esp8266.nodemcu.bin + except: + - tags script: - pushd $CI_PROJECT_DIR/libraries/esp8266boilerplate/ConfigGenerator && ./configGen.sh && popd - env ARDUINO_SKETCHBOOK_DIR=$CI_PROJECT_DIR arduino-cli compile --fqbn=esp8266:esp8266:nodemcu $CI_PROJECT_DIR/sketch @@ -31,7 +33,8 @@ release: dependencies: - build only: - - release + refs: + - release script: - gitlabreleaseuploader.py -p $PRIVATE_TOKEN -i $CI_PROJECT_ID -u $CI_PROJECT_URL -f sketch.esp8266.esp8266.nodemcu.bin -F releaseInfo.json -T $CI_COMMIT_REF_NAME diff --git a/releaseInfo.json b/releaseInfo.json index 80ccbf8..1888536 100644 --- a/releaseInfo.json +++ b/releaseInfo.json @@ -1,7 +1,7 @@ { - "releaseTag": "v1.0", + "releaseTag": "v1.0.1", "createReleaseTag": "true", - "releaseName": "MQTT-without-SSL and Correct Colors Release", + "releaseName": "MQTT-without-SSL and Correct Colors Release, just for CI test", "description": "MQTT without SSL due to continuous errors, further investigation later required, also fixed color mixup" }