Compare commits

..

No commits in common. "9b4dd040c17eb6540dcf7b90f8b5ea6728ebf5e7" and "56f65b1a96e5bcc68e84f471509d4107ab0e41d6" have entirely different histories.

@ -5,7 +5,7 @@ steps:
- name: build - name: build
image: python:2 image: python:2
commands: commands:
- pip install platformio - apt-get -y update && apt-get -y install git && pip install platformio
- pio run - pio run
- name: upload - name: upload
image: python:2 image: python:2
@ -14,7 +14,7 @@ steps:
- name: release - name: release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
api_key: a7f3afc9f77e721951e48b4af66d7565700b7a2e api_key: ef6a0baa30f8994719e236370290ac9f8bbbdb1d
base_url: https://code.jcktrue.dk base_url: https://code.jcktrue.dk
files: files:
- .pioenvs/nodemcu/firmware.bin - .pioenvs/nodemcu/firmware.bin