make pushes to origin trigger drone pipeline
This commit is contained in:
parent
6894e92eeb
commit
34e0e17820
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ func run() error {
|
||||||
return errors.Wrapf(err, "failed to add vpn client")
|
return errors.Wrapf(err, "failed to add vpn client")
|
||||||
}
|
}
|
||||||
// commit changes
|
// commit changes
|
||||||
if _, err = worktree.Commit("Added new VPN client config (still testing) [CI SKIP]", &git.CommitOptions{All: true, Author: &object.Signature{Name: "Webhook Handler Bot"}}); err != nil {
|
if _, err = worktree.Commit("Added new VPN client config", &git.CommitOptions{All: true, Author: &object.Signature{Name: "Webhook Handler Bot"}}); err != nil {
|
||||||
return errors.Wrapf(err, "failed to commit")
|
return errors.Wrapf(err, "failed to commit")
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue