generate name ble name for testing

This commit is contained in:
Morgan 'ARR\!' Allen 2020-10-28 17:09:21 -07:00
parent 2a44e2ea37
commit 2612ee4bda
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ build:
stage: build
script:
- idf.py reconfigure
- echo "BB-CI-$((1 + RANDOM % 999))" > bbid
- sed -e 's/BARBACK_ID="Barback"/BARBACK_ID="`cat bbid`"/'
- idf.py build
flash: