„.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
|
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
|
Loading…
Reference in New Issue