Compare commits

..

No commits in common. "9e45e56a0e780fd3fbbd769eed2c4e96f489f46f" and "c57855347aa868eb27436c948f4bda14e09ee202" have entirely different histories.

View File

@ -15,15 +15,12 @@ steps:
- git add dist/*
- git config user.name "Auto Build Commit"
- git config user.email "bot-commit@wagnersnetz.de"
- git commit -m "[CI] Updated Output!"
- git commit -m "Updated Output!"
when:
event:
- push
- commit
exclude:
- message: "*[CI]*"
- name: push-to-build-folder
image: appleboy/drone-git-push
settings:
@ -36,8 +33,6 @@ steps:
event:
- push
- commit
exclude:
- message: "*[CI]*"
- name: attach-to-release
image: plugins/gitea-release