summaryrefslogtreecommitdiff
path: root/asdf
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-06-28 21:56:16 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-06-28 21:56:16 -0400
commit21f753794f8cb3ca034dd2d86e0dfc18d3db23c7 (patch)
tree5c2a760698958a925b483d3542cf97764fc1a5e7 /asdf
parent15f481ebd4262517566b7725d1641fe5b5646167 (diff)
downloadastroconda-contrib-21f753794f8cb3ca034dd2d86e0dfc18d3db23c7.tar.gz
Fix lack of tag use in asdf
Diffstat (limited to 'asdf')
-rw-r--r--asdf/meta.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml
index 0a0bdf2..59d9b52 100644
--- a/asdf/meta.yaml
+++ b/asdf/meta.yaml
@@ -1,5 +1,6 @@
{% set name = 'asdf' %}
{% set version = '1.0.3' %}
+{% set tag = 'v'+version %}
{% set number = '0' %}
about:
@@ -31,7 +32,7 @@ requirements:
- numpy x.x
- python x.x
source:
- git_tag: {{ version }}
+ git_tag: {{ tag }}
git_url: https://github.com/spacetelescope/{{ name }}.git
test:
commands: