From a58e71e5d0b7090c30f1d03e05429a36d3266fff Mon Sep 17 00:00:00 2001 From: sdarwin Date: Fri, 27 Jun 2025 12:33:55 -0600 Subject: [PATCH] Set CI B2_CI_VERSION=0 --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 9da936d..cfdae14 100644 --- a/.drone.star +++ b/.drone.star @@ -8,7 +8,7 @@ # As the yaml syntax for Drone CI is rather limited. # # -globalenv={'B2_VARIANT': 'variant=release,debug'} +globalenv={'B2_CI_VERSION': '0', 'B2_VARIANT': 'variant=release,debug'} linuxglobalimage="cppalliance/droneubuntu1604:1" windowsglobalimage="cppalliance/dronevs2019"