deploying artifacts
This commit is contained in:
parent
28d82dddc4
commit
022a38921d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user