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
19bfead3
Commit
19bfead3
authored
Feb 14, 2019
by
André Anjos
💬
Browse files
[scripts][ci] Fix minor typo in base_biuld()
parent
e5250c7a
Pipeline
#26931
passed with stages
in 7 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/scripts/ci.py
View file @
19bfead3
...
...
@@ -366,7 +366,7 @@ def base_build(order, python, dry_run):
click
.
echo
(
'
\n
'
+
(
80
*
'='
))
pytext
=
'for python-%s'
%
pyver
if
pyver
is
not
None
else
''
click
.
echo
(
'Building "%s" %s(%d/%d)'
%
\
(
recipe
,
pytext
,
order
+
1
,
total_
recipes
))
(
recipe
,
pytext
,
order
+
1
,
len
(
recipes
))
)
click
.
echo
((
80
*
'='
)
+
'
\n
'
)
if
not
os
.
path
.
exists
(
os
.
path
.
join
(
recipe
,
'meta.yaml'
)):
logger
.
info
(
'Ignoring directory "%s" - no meta.yaml found'
%
recipe
)
...
...
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