Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
4f391f93
Commit
4f391f93
authored
Jan 10, 2019
by
André Anjos
💬
Browse files
[scripts][build] Fix env setup
parent
663074ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/scripts/build.py
View file @
4f391f93
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment