deploying artifacts
This commit is contained in:
parent
28d82dddc4
commit
022a38921d
@ -1,7 +1,7 @@
|
|||||||
variables:
|
variables:
|
||||||
SW_KERNEL: "0"
|
SW_KERNEL: "0"
|
||||||
SW_MAJOR: "0"
|
SW_MAJOR: "0"
|
||||||
SW_MINOR: "255"
|
SW_MINOR: "1"
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
@ -27,10 +27,18 @@ check_job:
|
|||||||
stage: check
|
stage: check
|
||||||
|
|
||||||
deploy_job:
|
deploy_job:
|
||||||
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- "source/scripts/release_number.py"
|
- "source/scripts/release_number.py"
|
||||||
- "make deploy BOARD=stm32f4-discovery"
|
- "make deploy BOARD=stm32f4-discovery"
|
||||||
stage: deploy
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- *.xs
|
||||||
|
only:
|
||||||
|
- /^release/.*$/
|
||||||
|
except:
|
||||||
|
- tags
|
||||||
|
|
||||||
|
|
||||||
#test_job:
|
#test_job:
|
||||||
# script:
|
# script:
|
||||||
|
Loading…
Reference in New Issue
Block a user