Compare commits

..

No commits in common. "config" and "development" have entirely different histories.

1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pipeline:
build:
image: bash
image: espressif/idf:release-v4.1
commands:
- mkdir ~/.ssh
- ssh-keyscan -t rsa git.oit.cloud >> ~/.ssh/known_hosts
@ -8,8 +8,7 @@ pipeline:
- if [ -f sdkconfig ]; then
- rm sdkconfig
- fi
- id
- . /opt/esp/idf/install.sh
- ls
- . /opt/esp/idf/export.sh
- idf.py reconfigure
- echo "BB-CI-$((1 + RANDOM % 999))" > bbid