Skip to content
Snippets Groups Projects
Commit 26c2551c authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

[conda] Fixed recipe. Issue #3

parent b068bfb4
No related branches found
No related tags found
1 merge request!1[conda] Fixed recipe. Issue #3
Pipeline #
...@@ -6,7 +6,6 @@ package: ...@@ -6,7 +6,6 @@ package:
version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }} version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }}
build: build:
entry_points:
number: {{ environ.get('BOB_BUILD_NUMBER', 0) }} number: {{ environ.get('BOB_BUILD_NUMBER', 0) }}
run_exports: run_exports:
- {{ pin_subpackage(name) }} - {{ pin_subpackage(name) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment