From e0fab8ba9a3b73e37f2036cdc697eec66720f10c Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 3 Aug 2017 14:41:26 -0400 Subject: typo fix --- jenkins/dispatch.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/dispatch.groovy b/jenkins/dispatch.groovy index 6545777..1a3bc13 100644 --- a/jenkins/dispatch.groovy +++ b/jenkins/dispatch.groovy @@ -262,7 +262,7 @@ node(LABEL) { dir(this.conda_build_output_dir) { def index_status = sh(script: "conda index ${publication_path}") } - def lockfile_status = sh(script: "rm -f ${lockfile}") + lockfile_status = sh(script: "rm -f ${lockfile}") } } } -- cgit