modified: .drone.yml
This commit is contained in:
parent
88784cbb6e
commit
a28b43fb6a
@ -12,6 +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:
|
||||||
@ -23,8 +27,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_name: Bot Commit
|
||||||
author_email: bot-commit@wagnersnetz.de
|
author_email: bot-commit@wagnersnetz.de
|
||||||
when:
|
when:
|
||||||
|
Loading…
Reference in New Issue
Block a user