From 526cbe559d55c40d1a0638c3e2e6220e8b7098af Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 26 Jul 2017 15:48:52 -0400 Subject: Add git commit hash to build string of recipes that use git. --- jwst_pipeline/meta.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'jwst_pipeline') diff --git a/jwst_pipeline/meta.yaml b/jwst_pipeline/meta.yaml index 5dbfc4d..0702409 100644 --- a/jwst_pipeline/meta.yaml +++ b/jwst_pipeline/meta.yaml @@ -11,6 +11,7 @@ about: build: number: {{ number }} + string: {{ GIT_DESCRIBE_HASH }}__{{ number }} preserve_egg_dir: 'True' package: -- cgit