fix sed
This commit is contained in:
parent
856c46831d
commit
3f02120b5b
1 changed files with 3 additions and 1 deletions
|
@ -5,13 +5,15 @@ stages:
|
|||
cache:
|
||||
paths:
|
||||
- build/
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
||||
script:
|
||||
- idf.py reconfigure
|
||||
- echo "BB-CI-$((1 + RANDOM % 999))" > bbid
|
||||
- sed -e 's/BARBACK_ID="Barback"/BARBACK_ID="`cat bbid`"/'
|
||||
- sed -e 's/BARBACK_ID="Barback"/BARBACK_ID="`cat bbid`"/' sdkconfig
|
||||
- cat sdkconfig
|
||||
- idf.py build
|
||||
|
||||
flash:
|
||||
|
|
Loading…
Reference in a new issue