diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-03-13 09:56:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 09:56:28 -0400 |
commit | 68ef5d0fbb5651de963ac02109d765422d9da8c9 (patch) | |
tree | 1f6bb93cdd886951b9a80b03956096f0fdd26495 | |
parent | 70889eb035365d6e006b13a80fd9771666bfac5c (diff) | |
parent | 3bf9cd8d8ee56fd59c287595f6874bf1e8476267 (diff) | |
download | build_control-68ef5d0fbb5651de963ac02109d765422d9da8c9.tar.gz |
Merge pull request #1 from rendinam/adjustments
Updating build_control URL
-rw-r--r-- | jenkins/astroconda_parameterized.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/astroconda_parameterized.groovy b/jenkins/astroconda_parameterized.groovy index 24c8605..ed98ab5 100644 --- a/jenkins/astroconda_parameterized.groovy +++ b/jenkins/astroconda_parameterized.groovy @@ -14,7 +14,7 @@ // Constants controlling the behavior of this script: // // Where to obtain this file and the manifest files -this.build_control_URL = "https://github.com/rendinam/build_control" +this.build_control_URL = "https://github.com/astroconda/build_control" // The conda version shown in the conda_installers list below is installed // first, then the version is forced to this value. |