error correction in build job file

This commit is contained in:
tkl 2016-08-11 13:12:37 +00:00
parent e8d6addc64
commit f4d1f52791

View File

@ -20,12 +20,12 @@ build_job:
except:
- tags
check_job:
script:
- "make check BOARD=stm32f4-discovery"
stage: check
except:
- tags
#check_job:
# script:
# - "make check BOARD=stm32f4-discovery"
# stage: check
# except:
# - tags
deploy_job:
stage: deploy