„.woodpecker.yml“ ändern

This commit is contained in:
Niklas 2022-08-08 20:11:28 +00:00
parent db4baae286
commit ca63c5974e
1 changed files with 11 additions and 2 deletions

View File

@ -2,5 +2,14 @@ pipeline:
build:
image: alpine
commands:
- touch example.jar
- printenv
- touch example.md
- printenv
upload_artifacs:
image: gitea-package
settings:
user:
from_secret: gitea_user
token:
from_secret: gitea_token
file: *.md
version: dev