aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2017-08-03 14:41:26 -0400
committerMatt Rendina <mrendina@stsci.edu>2017-08-03 14:41:26 -0400
commite0fab8ba9a3b73e37f2036cdc697eec66720f10c (patch)
tree109ac0e89e4a31ea039e4fb3992e6be37fc9d62e
parentca7dfb1a205af0944c9f9742edae90a00a3813d8 (diff)
downloadbuild_control-e0fab8ba9a3b73e37f2036cdc697eec66720f10c.tar.gz
typo fix
-rw-r--r--jenkins/dispatch.groovy2
1 files changed, 1 insertions, 1 deletions
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}")
}
}
}