Compare commits

...

3 Commits

Author SHA1 Message Date
Morgan 'ARR\!' Allen a49b0fc54e more woodpecker debug
ci/woodpecker/manual/woodpecker Pipeline failed Details
2024-05-13 09:35:51 -07:00
Morgan 'ARR\!' Allen 5e309d9114 woodpecker debug
ci/woodpecker/manual/woodpecker Pipeline failed Details
2024-05-13 09:34:29 -07:00
Morgan 'ARR\!' Allen 133dcffe7c using local build agent
ci/woodpecker/manual/woodpecker Pipeline failed Details
2024-05-10 14:56:53 -07:00
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pipeline: pipeline:
build: build:
image: espressif/idf:release-v4.1 image: bash
commands: commands:
- mkdir ~/.ssh - mkdir ~/.ssh
- ssh-keyscan -t rsa git.oit.cloud >> ~/.ssh/known_hosts - ssh-keyscan -t rsa git.oit.cloud >> ~/.ssh/known_hosts
@ -8,7 +8,8 @@ pipeline:
- if [ -f sdkconfig ]; then - if [ -f sdkconfig ]; then
- rm sdkconfig - rm sdkconfig
- fi - fi
- ls - id
- . /opt/esp/idf/install.sh
- . /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