modified: .drone.yml
This commit is contained in:
parent
c271b864a7
commit
852d881e81
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user