diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-07-18 14:42:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-18 14:42:19 -0400 |
commit | 86144eb63f129f407323abda9397549e6ad7cce1 (patch) | |
tree | 9811bb9957d9be246b0767ffeafb9917fa64ad71 /public-test.yaml | |
parent | 0f78f1f5c5d82081f51ffe219ce7af1a6e85892f (diff) | |
download | build_manifests-86144eb63f129f407323abda9397549e6ad7cce1.tar.gz |
public-test: Use astroconda-contrib staging branch (#24)
Diffstat (limited to 'public-test.yaml')
-rw-r--r-- | public-test.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public-test.yaml b/public-test.yaml index 901c39e..6479161 100644 --- a/public-test.yaml +++ b/public-test.yaml @@ -1,6 +1,6 @@ # Recipe repository repository: 'https://github.com/astroconda/astroconda-contrib' -git_ref_spec: 'master' +git_ref_spec: 'staging' # Publication channel to consult when determining what packages already exist. channel_URL: 'http://ssb.stsci.edu/astroconda' @@ -8,4 +8,4 @@ channel_URL: 'http://ssb.stsci.edu/astroconda' # publication_root path needs to be visible from the slave nodes. publication_root: '/eng/ssb/websites/ssbpublic/astroconda-j-pub-staging' packages: - - asdf + - hstcal |