diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-09-21 14:27:59 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-09-22 11:22:52 -0400 |
commit | c4a560e340bee45d60ef499ad963bdd8fbb7cc5d (patch) | |
tree | 7d757a310f4d840aef7505e241c8d285ffc23d38 /manifests | |
parent | b42617a75628294b715e3fd9f25acdbf29f367c9 (diff) | |
download | build_control-c4a560e340bee45d60ef499ad963bdd8fbb7cc5d.tar.gz |
* Use pin environment only if pin packages are specified.
* Convert cull_manifest to proper boolean parameter.
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dev-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/dev-test.yaml b/manifests/dev-test.yaml index fd6fe7e..cad5d5a 100644 --- a/manifests/dev-test.yaml +++ b/manifests/dev-test.yaml @@ -5,7 +5,7 @@ repository: 'https://github.com/astroconda/astroconda-dev' channel_URL: 'http://ssb.stsci.edu/astroconda-dev' # publication_root path needs to be visible from the slave nodes. -publication_root: '/eng/ssb/websites/ssbpublic/astroconda-dev' +publication_root: '/eng/ssb/websites/ssbpublic/astroconda-j-dev-staging' packages: # - drizzlepac - jwst_gtvt |