syntax in deploy script

This commit is contained in:
tkl 2016-08-01 15:55:35 +02:00
parent 5c5061f224
commit d5ebd4b5af

View File

@ -3,7 +3,6 @@ variables:
SW_MAJOR: "0" SW_MAJOR: "0"
SW_MINOR: "1" SW_MINOR: "1"
before_script: before_script:
- "echo $CI_BUILD_ID" - "echo $CI_BUILD_ID"
- "echo $CI_BUILD_REF_NAME" - "echo $CI_BUILD_REF_NAME"
@ -33,7 +32,7 @@ deploy_job:
- "make deploy BOARD=stm32f4-discovery" - "make deploy BOARD=stm32f4-discovery"
artifacts: artifacts:
paths: paths:
- *.xs - ./*.xz
only: only:
- tags - tags