diff options
Diffstat (limited to 'hstcal')
-rw-r--r-- | hstcal/meta.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml index 7ad7085..8d67085 100644 --- a/hstcal/meta.yaml +++ b/hstcal/meta.yaml @@ -1,5 +1,7 @@ {% set name = 'hstcal' %} -{% set version = GIT_DESCRIBE_TAG %} +{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") + +".dev" + +environ.get("GIT_DESCRIBE_NUMBER", "0") %} {% set number = '0' %} about: @@ -17,5 +19,4 @@ requirements: run: - libgcc >=4.6 [osx] source: - git_tag: {{ version }} git_url: https://github.com/spacetelescope/hstcal |