diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-08-11 13:48:48 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-08-11 13:48:48 -0400 |
commit | e5bf0cbe7eb556d4aa217bf25dc12229d5a4719e (patch) | |
tree | da23ceaeab125395faf2720a3b323070bd514ed6 /stsci.stimage | |
parent | 6fd1cc9c3129cd5c2da620626e2b2574654b83b6 (diff) | |
download | cbc-recipes-e5bf0cbe7eb556d4aa217bf25dc12229d5a4719e.tar.gz |
Fix empty GIT_DESCRIBE_TAG default (0.0.0)
Diffstat (limited to 'stsci.stimage')
-rw-r--r-- | stsci.stimage/stsci.stimage.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stsci.stimage/stsci.stimage.ini b/stsci.stimage/stsci.stimage.ini index 49576ba..4b233e9 100644 --- a/stsci.stimage/stsci.stimage.ini +++ b/stsci.stimage/stsci.stimage.ini @@ -1,6 +1,6 @@ [package] name: stsci.stimage -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/embray/${package:name} |