Compare commits

..

No commits in common. "e5d8e7c5b29b7a22200355d08051542794d4a71b" and "b3aeaeb431fe4e4c86608fd3f9c60d2d945aae98" have entirely different histories.

View File

@ -12,7 +12,10 @@ steps:
- apt-get install -y debhelper dh-make git - apt-get install -y debhelper dh-make git
- mkdir -p dist - mkdir -p dist
- dh_builddeb --destdir=dist - dh_builddeb --destdir=dist
- git add dist/*
- git config user.name "Auto Build Commit"
- git config user.email "bot-commit@wagnersnetz.de"
- git commit -m "Updated Output!"
when: when:
event: event:
- push - push
@ -23,10 +26,6 @@ steps:
remote_name: origin remote_name: origin
branch: main branch: main
local_ref: main local_ref: main
commit: true
commit_message: [CI]: Updated Build Output files
author_name: Bot Commit
author_email: bot-commit@wagnersnetz.de
when: when:
event: event:
- push - push