This commit is contained in:
parent
133dcffe7c
commit
5e309d9114
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ pipeline:
|
||||||
- if [ -f sdkconfig ]; then
|
- if [ -f sdkconfig ]; then
|
||||||
- rm sdkconfig
|
- rm sdkconfig
|
||||||
- fi
|
- fi
|
||||||
- ls
|
- id
|
||||||
- . /opt/esp/idf/export.sh
|
- . /opt/esp/idf/export.sh
|
||||||
- idf.py reconfigure
|
- idf.py reconfigure
|
||||||
- echo "BB-CI-$((1 + RANDOM % 999))" > bbid
|
- echo "BB-CI-$((1 + RANDOM % 999))" > bbid
|
||||||
|
|
Loading…
Reference in a new issue