From 5a2e5e56db491b55acdaefc1a8b8b5867d90e6e8 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 25 Jul 2018 12:40:57 -0400 Subject: Remove deprecated build_mode property and handling thereof. --- src/BuildConfig.groovy | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/BuildConfig.groovy b/src/BuildConfig.groovy index a954c22..9eeb3f0 100644 --- a/src/BuildConfig.groovy +++ b/src/BuildConfig.groovy @@ -3,7 +3,6 @@ package BuildConfig; class BuildConfig implements Serializable { def nodetype = "" - def build_mode = "" def name = "" def conda_packages = [] def conda_override_channels = false -- cgit