From 34e0e178209543583aaae4b40f2b79123199537e Mon Sep 17 00:00:00 2001 From: viktorbarzin Date: Tue, 16 Mar 2021 23:43:10 +0000 Subject: [PATCH] make pushes to origin trigger drone pipeline --- cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/main.go b/cli/main.go index e5584688..d46d7760 100644 --- a/cli/main.go +++ b/cli/main.go @@ -75,7 +75,7 @@ func run() error { return errors.Wrapf(err, "failed to add vpn client") } // 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") } default: