„.drone.yml“ ändern
continuous-integration/drone/push Build is failing Details

This commit is contained in:
starcalc 2022-06-07 18:16:28 +00:00
parent 36c402d777
commit 0103dbe1e0
1 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@ type: docker
name: default name: default
steps: steps:
- name: build - name: build
image: python:3.6 image: python:3.10
commands: commands:
- "pip install -U platformio" - "pip install -U platformio"
#- "cp ampel-firmware/config.public.h ampel-firmware/config.h" #- "cp ampel-firmware/config.public.h ampel-firmware/config.h"
@ -13,9 +13,11 @@ steps:
- name: release - name: release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
base_url: https://gitea.makerlab-murnau.de base_url: https://gitea.ctdo.de
api_key: api_key:
from_secret: gitea_token from_secret: gitea_token
files: ./*.bin files: ./*.bin
upload_port:
from_secret: hostname
when: when:
event: tag event: tag