Skip to content

Commit 23f9356

Browse files
authored
Merge pull request #60 from sdarwin/boost-ci
Set CI B2_CI_VERSION=0
2 parents aa7423c + a58e71e commit 23f9356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# As the yaml syntax for Drone CI is rather limited.
99
#
1010
#
11-
globalenv={'B2_VARIANT': 'variant=release,debug'}
11+
globalenv={'B2_CI_VERSION': '0', 'B2_VARIANT': 'variant=release,debug'}
1212
linuxglobalimage="cppalliance/droneubuntu1604:1"
1313
windowsglobalimage="cppalliance/dronevs2019"
1414

0 commit comments

Comments
 (0)