clone more items to allow for proper build numbering

This commit is contained in:
Gordon Williams 2020-02-28 14:22:41 +00:00
parent 06a6ca5606
commit e073c80134

View File

@ -2,6 +2,10 @@
language: c
# Ensure we clone the last 1000 commits, which allows us to get the commit counter correct!
git:
depth: 1000
before_script:
- source ./scripts/provision.sh $BOARD
- python --version