Skip to content
Snippets Groups Projects
Verified Commit f6f32bd0 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

meta(conda): use correct variable for build number

parent 91d649ed
No related branches found
No related tags found
No related merge requests found
Pipeline #89690 passed
...@@ -10,7 +10,7 @@ source: ...@@ -10,7 +10,7 @@ source:
build: build:
noarch: python noarch: python
number: {{ environ.get('BOB_BUILD_NUMBER', 0) }} number: {{ environ.get('NEXT_BUILD_NUMBER', 0) }}
run_exports: run_exports:
- {{ pin_subpackage(data['project']['name']) }} - {{ pin_subpackage(data['project']['name']) }}
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment