From c79da534cb9e490139d7dfc6df4d2f3e3bc6b875 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 20 Dec 2017 12:20:46 -0500 Subject: Allow supplemental environment variables to be applied to jobs. Allow recipe repository branch specification in manifest. --- manifests/dev.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/dev.yaml') diff --git a/manifests/dev.yaml b/manifests/dev.yaml index cbed34a..68e799b 100644 --- a/manifests/dev.yaml +++ b/manifests/dev.yaml @@ -1,5 +1,6 @@ # Recipe repository repository: 'https://github.com/astroconda/astroconda-dev' +git_ref_spec: 'master' # Publication channel to consult when determining what packages already exist. channel_URL: 'http://ssb.stsci.edu/astroconda-dev' -- cgit