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
6258c95c
Commit
6258c95c
authored
Feb 14, 2019
by
André Anjos
💬
Browse files
[scripts][ci] Fix call to base_build()
parent
d72b7a99
Pipeline
#26906
passed with stages
in 8 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/scripts/ci.py
View file @
6258c95c
...
...
@@ -348,7 +348,7 @@ def base_build(order, dry_run):
# ignore - not a conda package
continue
base_build
(
SERVER
,
True
,
recipe
,
CONDA_BUILD_CONFIG
,
os
.
environ
[
'PYTHON_VERSION'
],
args
.
python_version
,
condarc_options
)
os
.
environ
[
'PYTHON_VERSION'
],
condarc_options
)
@
ci
.
command
(
epilog
=
'''
...
...
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