diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-05-23 14:48:59 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-05-23 14:48:59 -0400 |
commit | b44feaec760579b079938c79833d3d9a832d3529 (patch) | |
tree | e5ef76e01eac01c53fe25c7ae12d59c580a4affa | |
parent | 0aad590b43c4adf1ed8cae42c200ec4beed69662 (diff) | |
download | build_control-b44feaec760579b079938c79833d3d9a832d3529.tar.gz |
Fix typo
-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 27a7606..d671f28 100644 --- a/jenkins/dispatch.groovy +++ b/jenkins/dispatch.groovy @@ -169,7 +169,7 @@ node(LABEL) { // Install support tools dir(this.utils_dir) { sh "python setup.py install" - { + } } stage("Generate build list") { |