From 70a87c17b37139c6e1c00094f119af1cdf5a18ee Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Sat, 19 Mar 2022 19:32:01 +0500 Subject: [PATCH] :green_heart: Disable VCS build metadata in build step of Drone pipeline --- build/ci/drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci/drone.yml b/build/ci/drone.yml index 82d9bd9..3815594 100644 --- a/build/ci/drone.yml +++ b/build/ci/drone.yml @@ -33,7 +33,7 @@ steps: environment: CGO_ENABLED: 0 commands: - - go build + - go build -buildvcs=false depends_on: - init - test