Rename baseurl to base_url in drone config.
This commit is contained in:
parent
d1b579d863
commit
3626c92dd5
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: GITEA_TOKEN
|
from_secret: GITEA_TOKEN
|
||||||
baseurl: https://gitea.kube-it.de
|
base_url: https://gitea.kube-it.de
|
||||||
files: /drone/src/target/s0_meter-*
|
files: /drone/src/target/s0_meter-*
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue