Skip to content
Snippets Groups Projects
Commit 4f391f93 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts][build] Fix env setup

parent 663074ad
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ def build(recipe_dir, python, condarc, config, channel, no_test, append_file,
else:
build_number = 0
set_environment('BOB_BUILD_NUMBER', build_number, os.environ)
set_environment('BOB_BUILD_NUMBER', str(build_number), os.environ)
# we don't execute the following command, it is just here for logging
# purposes. we directly use the conda_build API.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment