From 852d881e812293cce6d30d558b7bbff4ee0c0533 Mon Sep 17 00:00:00 2001 From: Philipp Wagner Date: Wed, 4 Oct 2023 01:51:38 +0200 Subject: [PATCH] modified: .drone.yml --- .drone.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index dd951aa..10deaa6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,10 +12,7 @@ steps: - apt-get install -y debhelper dh-make git - mkdir -p 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: event: - push @@ -26,6 +23,10 @@ steps: remote_name: origin branch: main local_ref: main + commit: true + commit_message: [CI]: Updated Build Output files + author_name: Bot Commit + author_email: bot-commit@wagnersnetz.de when: event: - push