diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-03 01:09:23 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:31 -0400 |
commit | 9107a631560e0519e9ad225f475d3e502e0554da (patch) | |
tree | 8f46e68101b727bd2d1313f43566237a4b6ecfa3 /stginga | |
parent | b670abf840e10f341b8df22079c290084a82bbfd (diff) | |
download | astroconda-dev-9107a631560e0519e9ad225f475d3e502e0554da.tar.gz |
Fix insanely malformed GIT_DESCRIBE_TAG call
Diffstat (limited to 'stginga')
-rw-r--r-- | stginga/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stginga/meta.yaml b/stginga/meta.yaml index 4425c04..beba50a 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stginga' %} -{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %} +{% set version = GIT_DESCRIBE_TAG %} {% set number = '0' %} about: |