deploying artifacts

This commit is contained in:
tkl 2016-08-01 14:57:52 +02:00
parent 28d82dddc4
commit 022a38921d

View File

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