„.woodpecker.yml“ ändern
This commit is contained in:
parent
db4baae286
commit
ca63c5974e
@ -2,5 +2,14 @@ pipeline:
|
|||||||
build:
|
build:
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- touch example.jar
|
- touch example.md
|
||||||
- printenv
|
- printenv
|
||||||
|
upload_artifacs:
|
||||||
|
image: gitea-package
|
||||||
|
settings:
|
||||||
|
user:
|
||||||
|
from_secret: gitea_user
|
||||||
|
token:
|
||||||
|
from_secret: gitea_token
|
||||||
|
file: *.md
|
||||||
|
version: dev
|
Loading…
Reference in New Issue
Block a user