mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 09:22:54 +01:00
back to getting version for conda from tag (#1059)
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
|
||||
{% set version = environ.get('SLS_DET_VERSION', '0.0.0') %}
|
||||
|
||||
|
||||
package:
|
||||
name: sls_detector_software
|
||||
version: "{{ version }}"
|
||||
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
|
||||
|
||||
|
||||
source:
|
||||
|
||||
Reference in New Issue
Block a user