„.drone.yml“ ändern
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
36c402d777
commit
0103dbe1e0
|
@ -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
|
Loading…
Reference in New Issue