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

meta(conda): use correct variable for build number

parent 33e31d07
No related branches found
No related tags found
No related merge requests found
Pipeline #89693 passed
...@@ -11,7 +11,7 @@ source: ...@@ -11,7 +11,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(name) }} - {{ pin_subpackage(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