generate name ble name for testing
This commit is contained in:
parent
2a44e2ea37
commit
2612ee4bda
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue