From 022a38921dcae48ad06f1940f19e25650a43767c Mon Sep 17 00:00:00 2001 From: tkl Date: Mon, 1 Aug 2016 14:57:52 +0200 Subject: [PATCH] deploying artifacts --- .gitlab-ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a9a85d..d72c792 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: SW_KERNEL: "0" SW_MAJOR: "0" - SW_MINOR: "255" + SW_MINOR: "1" before_script: @@ -27,10 +27,18 @@ check_job: stage: check deploy_job: + stage: deploy script: - "source/scripts/release_number.py" - "make deploy BOARD=stm32f4-discovery" - stage: deploy + artifacts: + paths: + - *.xs + only: + - /^release/.*$/ + except: + - tags + #test_job: # script: