From d3c3aefba567737a6fe851130b2ae2ed3f72147b Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@usgs.gov> Date: Tue, 12 Feb 2019 11:27:40 -0700 Subject: [PATCH] Updates the version number in the meta. (#159) * Updates the version number in the meta. * Update meta.yaml * Build to hash This should be using the short hash now. * Update meta.yaml * Update meta.yaml --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index fc8a832..fcc7f2e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,12 +1,12 @@ package: name: usgscsm - version: "0.1.0" + version: {{ environ.get("GIT_DESCRIBE_TAG", "") }} source: git_url: https://github.com/USGS-Astrogeology/CSM-CameraModel.git build: - string: dev + string: {{ environ.get("GIT_DESCRIBE_HASH", "") }} requirements: build: -- GitLab