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