modified: .drone.yml
This commit is contained in:
parent
a28b43fb6a
commit
ab7ba7b82b
@ -15,12 +15,15 @@ steps:
|
||||
- git add dist/*
|
||||
- git config user.name "Auto Build Commit"
|
||||
- git config user.email "bot-commit@wagnersnetz.de"
|
||||
- git commit -m "Updated Output!"
|
||||
- git commit -m "[CI] Updated Output!"
|
||||
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
- commit
|
||||
exclude:
|
||||
- message: "*[CI]*"
|
||||
|
||||
- name: push-to-build-folder
|
||||
image: appleboy/drone-git-push
|
||||
settings:
|
||||
@ -33,6 +36,8 @@ steps:
|
||||
event:
|
||||
- push
|
||||
- commit
|
||||
exclude:
|
||||
- message: "*[CI]*"
|
||||
|
||||
- name: attach-to-release
|
||||
image: plugins/gitea-release
|
||||
|
Loading…
x
Reference in New Issue
Block a user