diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-08-03 14:41:26 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-08-03 14:41:26 -0400 |
commit | e0fab8ba9a3b73e37f2036cdc697eec66720f10c (patch) | |
tree | 109ac0e89e4a31ea039e4fb3992e6be37fc9d62e /jenkins | |
parent | ca7dfb1a205af0944c9f9742edae90a00a3813d8 (diff) | |
download | build_control-e0fab8ba9a3b73e37f2036cdc697eec66720f10c.tar.gz |
typo fix
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/dispatch.groovy | 2 |
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}") } } } |