Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
267636b9
Commit
267636b9
authored
Feb 14, 2019
by
André Anjos
💬
Browse files
[scripts][ci] Fix call to base_build()
parent
6258c95c
Pipeline
#26908
passed with stages
in 5 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/scripts/ci.py
View file @
267636b9
...
...
@@ -347,7 +347,7 @@ def base_build(order, dry_run):
if
not
os
.
path
.
exists
(
os
.
path
.
join
(
recipe
,
'meta.yaml'
)):
# ignore - not a conda package
continue
base
_build
(
SERVER
,
True
,
recipe
,
CONDA_BUILD_CONFIG
,
_build
(
SERVER
,
True
,
recipe
,
CONDA_BUILD_CONFIG
,
os
.
environ
[
'PYTHON_VERSION'
],
condarc_options
)
...
...
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