syntax in deploy script
This commit is contained in:
parent
5c5061f224
commit
d5ebd4b5af
@ -3,7 +3,6 @@ variables:
|
||||
SW_MAJOR: "0"
|
||||
SW_MINOR: "1"
|
||||
|
||||
|
||||
before_script:
|
||||
- "echo $CI_BUILD_ID"
|
||||
- "echo $CI_BUILD_REF_NAME"
|
||||
@ -33,7 +32,7 @@ deploy_job:
|
||||
- "make deploy BOARD=stm32f4-discovery"
|
||||
artifacts:
|
||||
paths:
|
||||
- *.xs
|
||||
- ./*.xz
|
||||
only:
|
||||
- tags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user