mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-20 12:20:29 +08:00
BLD: back to git url
This commit is contained in:
committed by
Richard Frank
parent
1c7f40532d
commit
448e0e9a3b
@@ -2,13 +2,15 @@
|
||||
|
||||
package:
|
||||
name: zipline
|
||||
version: 0.8.4
|
||||
version: {{ environ.get('GIT_DESCRIBE_TAG', '')}}
|
||||
|
||||
build:
|
||||
number: 0
|
||||
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:
|
||||
path: ../../
|
||||
git_url: ../../
|
||||
|
||||
requirements:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user