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