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: