DEV: use the default build string

This commit is contained in:
Joe Jevnik
2016-02-22 13:20:40 -05:00
parent 931ee8a02c
commit 6ae6b4fc7a
-2
View File
@@ -6,8 +6,6 @@ package:
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
{% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0
{% else %}string: py{{ environ.get('PY_VER').replace('.', '') }}_{{ environ.get('GIT_BUILD_STR', 'GIT_STUB') }}{% endif %}
source:
git_url: ../../